09/11/2018

Network Cisco Cheatsheet

Burda kısa komutları yazayım dedim bi kenarda dursun 🙂
******************************************************************
interface kapalımı?

Router#show interfaces ethernet 1/3
Ethernet1/3 is up, line protocol is up (connected)
.
.

Kapalıysa administratively down
*******************************************************************
Tanımlama
en-conf t-int ethernet 1/1
# description wan connection
Daha sonra
# sh run

interface Ethernet1/1
description WAN connection
ip address 210.10.10.2 255.255.255.252
duplex auto
speed auto

*******************************************************************
Temel yapılandırmanın doğrulanması

Router#sh ip int bri
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
FastEthernet0/1 unassigned YES unset administratively down down
Ethernet1/0 192.168.1.254 YES manual up up
Ethernet1/1 210.10.10.2 YES manual up up
Ethernet1/2 10.10.10.13 YES manual up up
Ethernet1/3 10.10.10.9 YES manual up up
Vlan1 unassigned YES unset administratively down down

*******************************************************************
Burda arayüzlerin status ve protokollerinin anlamları önemli

Status Protocol Olası Hatalar
administratively down down İnterface yönetici tarafından kapatılmıştır.
down down İnterface açık ama kablo takılı değil yada fiziksel problem var
up down Karşı cihaz ile protokol uyumsuzluğu mevcuttur
up up Herşey iyi güzel

*******************************************************************

Leave a Reply