일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 서버
- active
- DHCP
- lacp
- lsa type3
- IBGP
- linux
- baud rate
- 리눅스
- ARISTA
- EBGP
- MLAG
- confederation
- protocol
- bgp 속성
- 네트워크
- vrrp
- 리눅스마스터2급
- bit rate
- OSPF
- Chassis
- lsa type5
- network
- ARP
- nssa
- BGP
- lsa type7
- LSDB
- master
- split horizon
- Today
- Total
목록2025/05 (3)
높고 넓은 파도

Router11Router12terminal length 50!transceiver qsfp default-mode 4x10G!service routing protocols model multi-agent!hostname Router11!spanning-tree mode mstp!vlan 10,20!vlan 4094 trunk group MLAG!vrf instance APPLE!vrf instance PEAR!interface Port-Channel5 description Router12(Po5) switchport mode trunk switchport trunk group MLAG!interface Port-Channel10 description HOST201(Po10) swi..

Default Route : Router에 경유하는 Packet들이 Route 정보를 찾지 못해 Routing 할 수 없을 때 Routing 할 수 있게 도와주는 경로OSPF 도메인 내부에 Default Route 정보 광고를 수행. 기존 라우팅 테이블에 Default Route가 없을 경우 always옵션을 추가하면 OSPF가 Default Route경로를 생성하여 도메인 내부로 광고 ➔ routing table이 줄어듦. 메모리 사용량 감소nssa 랑 같이 넣으면 안됨default-information originate‘default-information originate’ command is required for OSPF to generate a default route.본인한테 default가 ..

OSPF NSSA 설정- Router4의 loopback에 ospf 설정을 지움으로써 Router4를 ASBR로 만듦Router2Router4Router6hostname Router2!spanning-tree mode mstp!interface Ethernet1 description Router1 no switchport ip address 10.1.12.2/30 ip ospf network point-to-point ip ospf area 0.0.0.0!interface Ethernet2 description Router4 no switchport ip address 10.1.24.1/30 ip ospf network point-to-point ip ospf area..