Redistribute
'Network' 카테고리의 다른 글
ATM (0) | 2017.12.22 |
---|---|
Frame-Relay (0) | 2017.12.22 |
정적 라우팅 / 동적 라우팅 (0) | 2017.12.14 |
Redistribute
ATM (0) | 2017.12.22 |
---|---|
Frame-Relay (0) | 2017.12.22 |
정적 라우팅 / 동적 라우팅 (0) | 2017.12.14 |
Point to point
multipoint
재분배 (0) | 2017.12.22 |
---|---|
Frame-Relay (0) | 2017.12.22 |
정적 라우팅 / 동적 라우팅 (0) | 2017.12.14 |
재분배 (0) | 2017.12.22 |
---|---|
ATM (0) | 2017.12.22 |
정적 라우팅 / 동적 라우팅 (0) | 2017.12.14 |
정적 라우팅
Router (config)# ip route [목적지 ip대역] [목적지 subnet mask] [거쳐갈 라우터 ip]
동적 라우팅
RIP : Router (config)#router rip
Router(config-router)#version 2
Router(config-router)#network [라우터에 연결되어 있는 네트워크주소]
Router(config-router)#no au
Router(config-router)#exit
EIGRP : Router (config)#router eigrp [AS number]
Router(config-router)#eigrp router-id [ip형식]
(neighbor [ip] [포트])
Router(config-router)#network [라우터에 연결되어 있는 네트워크 주소] ([wildcard mask])
또는 Router(config-router)#network [라우터에 연결되어 있는 ip] [0.0.0.0]
Router(config-router)#no au
Router(config-router)#exit
+ show ip eigrp neighbors
show ip eigrp topology
clear ip eigrp neighbor
OSPF : Router (config)#router ospf [PS number]
Router(config-router)#router-id [ip형식]
Router(config-router)#network [라우터에 연결되어 있는 네트워크주소] [wildcard mask] area [number]
또는 Router(config-router)#network [라우터에 연결되어 있는 ip] [0.0.0.0] area [number]
Router(config-router)#exit
* OSPF DR / BDR
대표 라우터가 나머지 라우터들에게 중계하는 방식
router-id 와 priority로 선출
priority 설정
Router(config)#int [포트]
Router(config-if)#ip ospf priority [0~255]
Router(config-if)#exit
BGP
1 - eBGP
2- iBGP
라우터 기본값 변경
Router(config)#router rip
Router(config-router)#timers basic [update] [invaild] [holddown] [flush]
Router(config-router)#exit
라우터 암호화
재분배 (0) | 2017.12.22 |
---|---|
ATM (0) | 2017.12.22 |
Frame-Relay (0) | 2017.12.22 |