728x90
반응형
반응형
CISCO 스위치에서 OSPF 설정법과 모니터링 명령어
OSPF 설정 명령어
10G_SW_102(config)#router ospf <Process ID> // Router에서 구동하는 OSPF를 식별하기 위해 사용하는 값
10G_SW_102(config-router)#network <Network number> <OSPF wild card bits> <area ID> // OSPF를 설정할 네트워크 대역과 네트워크 대역의 Wild card mask값을 입력하고 area 값을 입력
* mask 값은 반드시 Wild card mask 값을 사용해야함
설정 예시
10G_SW_102(config)#router ospf 1
10G_SW_102(config-router)#network 1.1.0.0 0.0.255.255 area 0
10G_SW_102(config-router)#network 5.5.0.0 0.0.255.255 area 0
OSPF 모니터링 명령어
10G_SW_102#show ip ospf interface ?
ANI Autonomic-Networking virtual interface
AccessTunnel Access Tunnel interface
Auto-Template Auto-Template interface
BDI Bridge-Domain interface
CEM-PG Circuit Emulation interface with Protection group
FortyGigabitEthernet Forty Gigabit Ethernet
GMPLS MPLS interface
GigabitEthernet GigabitEthernet IEEE 802.3z
InternalInterface Internal Interface
LISP Locator/ID Separation Protocol Virtual Interface
Loopback Loopback interface
Null Null interface
PROTECTION_GROUP Protection-group controller
Port-channel Ethernet Channel of interfaces
SDH_ACR Virtual SDH-ACR controller
TLS-VIF TLS Virtual Interface
TenGigabitEthernet Ten Gigabit Ethernet
Tunnel Tunnel interface
Tunnel-tp MPLS Transport Profile interface
VirtualPortGroup Virtual Port Group
Vlan Catalyst Vlans
brief Brief interface information
multicast Multicast Topology
topology Unicast Topology
| Output modifiers
<cr>
728x90
728x90
반응형
'IT 이것저것' 카테고리의 다른 글
[Python/기초] 함수 안에 함수 만들기 (0) | 2022.10.20 |
---|---|
[GIT/명령어] Git Push 명령어 (0) | 2022.10.19 |
[Ubuntu/설정]인터페이스에 IPv6 IP 설정, 라우팅 설정 (2) | 2022.08.22 |
[CISCO/명령어]CISCO 스위치 OSPF MD5 인증 설정하기 (0) | 2022.07.27 |
[cisco/명령어] 스위치에서 애그리게이션 포트들 하나의 vlan으로 묶기 (2) | 2022.07.04 |