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
*******************************************************************
]]>
Can's Windows Server Blog
Network Cisco Router ilk ip verme ve basic routing
Router(config)#int
Router(config)#interface et
Router(config)#interface ethernet 1/1
Router(config-if)#ip address 210.10.10.2 255.255.255.252
böylece 210.10.10.2/30 ip sini vermiş olduk
Bunu görmek için “conf t” den önce ki seviyeye çıkıp
“sh ru” diyerek gelen bilgileri istediğimizi görene kadar space ile kaydırıyoruz.
routing sağlamak içinde (ki bu routing tam olarak ne tip henüz bilmiyorum ama routerin her bacağının ucunda bir switch var. Yani router hiç direk diğer bir router a bağlı değil.
Router(config)#ip route 192.168.2.0 255.255.255.0 10.10.10.10
Router#sh ip rou
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
10.0.0.0/30 is subnetted, 2 subnets
C 10.10.10.8 is directly connected, Ethernet1/3
C 10.10.10.12 is directly connected, Ethernet1/2
C 192.168.1.0/24 is directly connected, Ethernet1/0
S 192.168.2.0/24 [1/0] via 10.10.10.10
S 192.168.3.0/24 [1/0] via 10.10.10.14
210.10.10.0/30 is subnetted, 1 subnets
C 210.10.10.0 is directly connected, Ethernet1/1
S* 0.0.0.0/0 is directly connected, Ethernet1/2
daha sonra doğruysa wr diyerek running-config i kaydediyoruz ki her hangi bir reboot durumunda geri gelsinler.]]>
Network Cisco Switch show mac-address-table
Switch>en Switch#show mac-address-table Mac Address Table ——————————————- Vlan Mac Address Type Ports —- ———– ——– —– 1 0000.0c78.2304 DYNAMIC Fa0/1 1 0030.a337.bb01 DYNAMIC Fa0/2 ]]>