Network CISCO Static 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. Static Routing 설정 방법ISP_Router(config)# ip route network-address subnet-mask {address|interface} [distance] 설 명 network-address 목적지 네트워크 주소 (상대편 라우터) subnet-mask 목적지의 서브넷 마스크 ip-address 다음 hop 라우터의 IP 주소 (상대편 시리얼 IP주소) interface 해당 라우터의 시리얼 인터페이스 distance Administrative distance. 값이 없으면 1 이 디폴트 3. 설정하기 ISP_Router(config)# ip route 203.254.254.0 255.255.255.0 10.10.10.2 반응형 공유하기 게시글 관리 Information Technology & Insight 관련글 CISCO Access List 개요 CISCO Dynamic Routing CISCO Default Routing Routing 기본개념