라우터 포트 ip 설정
--------------<포트에 IP설정하기>------------------------
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
--------------<포트에 IP해제하기>------------------------
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#no ip address
Router(config-if)#exit
-----------------<라우터 테이블 확인>------------------
Router#show ip route
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 not set
C 172.16.0.0/16 is directly connected, FastEthernet0/1
C 192.168.1.0/24 is directly connected, FastEthernet0/0
Router#
'네트워크' 카테고리의 다른 글
[네트워크] L2 기능 요약 정리 (0) | 2013.08.14 |
---|---|
[switch] IP 입력하기 (0) | 2013.07.23 |
시스코 스위치의 기본 설정하는 방법 (0) | 2013.06.21 |
[네트워크] cisco 2950 모드별 명령어 (0) | 2013.06.20 |
[네트워크] alteon 장비 패스워드 복구하는 방법 (0) | 2013.06.18 |