주요 명령어
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
'CS > Network' 카테고리의 다른 글
L2-L4 헤더 구조 (0) | 2016.04.27 |
---|---|
Cisco 라우터 비밀번호 변경 방법 (0) | 2015.02.02 |
SSL Protocol 동작 방식 (1) | 2010.09.26 |
DNS E-book (0) | 2010.06.25 |
Packet 종류별 기본 크기 (0) | 2010.03.06 |