CS/Network

Cisco Router 주요 명령어

좋은날 2010. 5. 28. 11:48

주요 명령어
show ip route (라우팅 정보)
show arp (arp 정보)
show running-config (config 정보)
show ip int brief (IP할당 정보)

show int sum (네트워크 정보)
show int t1/1 | include rate (각 interface 별 정보)

IP 설정 방법
> en
> conf t(global config )
>> interface t1/1(interface config)
>>> ip address 1.0.0.1 255.0.0.0


ping 확인

>conf t

>> int loopback 1

>>> ip addr 1.1.1.1

>>>exit

>ping 10.0.0.101 source 1.1.1.1