본문 바로가기
Network

CISCO Default Routing

by 레이루이 2008. 5. 6.
반응형

1. 할당된 IP 주소
Hansol iGlobe(ISP_Router)
고객사 (Router_A)
인터페이스
IP주소
인터페이스
IP주소
S2/2
10.10.10.1
S0
10.10.10.2
 
E0
203.254.254.254
2. Default Routing 설정 방법

Router_A(config)# ip route 0.0.0.0 0.0.0.0 {ip-address|interface} [distance]
 
   설 명
 ip-address
 상대편 라우터의 시리얼 IP 주소  
 interface
 해당 라우터의 시리얼 인터페이스
 distance
 Administrative distance.  값이 없으면 1 이 디폴트


3. 설정하기 Router_A(config)# ip route 0.0.0.0 0.0.0.0 Serial0 또는 Router_A(config)# ip route 0.0.0.0 0.0.0.0 10.10.10.1


4. 확인 하기Router_A> sh ip route 0.0.0.0 S* 0.0.0.0/0 is directly connected, Serial0
반응형