R4>
R4>en
Password:
R4#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R4(config)#no router rip
R4(config)#do show ip route rip // rip정보를 지워서 아무것도 안나옴
R4(config)#
R4(config)#no interface loopback1
R4(config)#no interface loopback2
R4(config)#do show interface // 하면 맨 밑에 loopback1,2 같은거 안나옴
R3>en
Password:
R3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#no router rip
R3(config)#no interface loopback1
%LINK-5-CHANGED: Interface Loopback1, changed state to administratively down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to down
R3(config)#
R3(config)#no interface loopback2
%LINK-5-CHANGED: Interface Loopback2, changed state to administratively down
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback2, changed state to down
R3(config)#
R3(config)#interface loopback1
%LINK-5-CHANGED: Interface Loopback1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up
R3(config-if)#
R3(config-if)#ip address 199.3.6.1 255.255.255.0
'컴퓨터 과학 & 영상처리 관련 > 네트워크 프로토콜' 카테고리의 다른 글
111114 ospf (0) | 2011.11.14 |
---|---|
111114 eigrp (0) | 2011.11.14 |
111107 rip summary 계산하기 default-route gateway (0) | 2011.11.07 |
111107 rip -> ripv2 (0) | 2011.11.07 |
111107 show ip route rip (ad값, 매트릭스값 확인) (0) | 2011.11.07 |