[KEDUIT] 클라우드 컴퓨팅과 보안솔루션을 활용한 DC 엔지니어 양성교육 - Day48
1. 서론
오늘은 OSPF에서 NSSA, Totally NSSA를 구성하는 법과 CCIE에 나오는 맵을 연습해보았다.
2. 본론
3. NSSA
//R3
# router ospf 11
# area 34 nssa default-information-originate
//R4
# router ospf 11
# area 34 nssa
4. Totally NSSA
//R3
# router ospf 11
# area 34 nssa no-summary
//R4
# router ospf 11
# area 34 nssa
5. Totally NSSA + Filtering LSA Type-7
//R3
# router ospf 11
# area 34 nssa no-summary no-redistribution
//미완성
//R1
# enable
!
# conf t
# hostname R1
!
# int s1/0
# no sh
# encap fram
# no fram inverse
# clock rate 64000
!
# int lo 0
# ip add 1.1.1.1 255.255.255.0
# ip ospf network point-to-point
!
# show frame-relay pvc | include DLCI
!
# int s1/0.1 m
# ip add 1.1.11.1 255.255.255.0
# ip ospf netowrk point-to-multi
# ip ospf hello-interval 10
# fram map ip 1.1.11.2 102 br
# fram map ip 1.1.11.3 103 br
!
# int f0/0
# no sh
# ip add 1.1.17.1 255.255.255.0
!
# int f0/1
# no sh
# ip add 1.1.18.1 255.255.255.0
!
# router ospf 13
# router-id 1.1.1.1
# network 1.1.11.1 0.0.0.0 area 11
# network 1.1.1.1 0.0.0.0 area 0
# network 1.1.17.1 0.0.0.0 area 0
# network 1.1.18.1 0.0.0.0 area 0
//R2
# enable
!
# conf t
# hostname R2
!
# int s1/0
# no sh
# encap fram
# no fram inverse
# clock rate 64000
!
# show frame-relay pvc | include DLCI
!
# int s1/0.2 p
# ip add 1.1.11.2 255.255.255.0
# fram inter 201
!
# int lo0
# ip add 1.1.2.2 255.255.255.0
# ip ospf network point-to-point
!
# router ospf 13
# rotuer-id 1.1.2.2
# network 1.1.2.2 0.0.0.0 area 11
# network 1.1.11.2 0.0.0.0 area 11
//R3
# enable
!
# conf t
# hostname R3
!
# int s1/0
# no sh
# encap frma
# no fram inverse
# clock rate 64000
!
# show frame-relay pvc | include DLCI
!
# int s1/0.3 p
# ip add 1.1.11.3 255.255.255.0
# fram inter 301
!
# int lo0
# ip add 1.1.3.3 255.255.255.0
# ip ospf network point-to-point
!
# router ospf 13
# rotuer-id 1.1.3.3
# network 1.1.3.3 0.0.0.0 area 11
# network 1.1.11.3 0.0.0.0 area 11
//SW1
# enable
!
# conf t
# hostname SW1
!
# vlan 100
!
# int range f1/1 - 2
# sw tr en do
# sw mo tr
# channel-group 1 mode on
!
# sh eth summary
!
# int vlan 100
# ip add 1.1.79.7 255.255.255.0
!
# int lo0
# ip add 1.1.7.7 255.255.255.0
# ip ospf network point-to-point
!
# int f1/0
# no switchport
# ip add 1.1.17.7 255.255.255.0
!
# int f1/10
# no switchport
# ip add 1.1.78.7 255.255.255.0
!
# router ospf 13
# router-id 1.1.7.7
# network 1.1.7.7 0.0.0.0 area 0
# network 1.1.17.7 0.0.0.0 area 0
# network 1.1.78.7 0.0.0.0 area 0
# network 1.1.79.7 0.0.0.0 aea 78
//SW3
# enable
!
# conf t
# hostname SW3
!
# vlan 100
!
# int range f1/1 - 2
# sw tr en do
# sw mo tr
# channel-group 1 mode on
!
# sh eth summary
!
# int lo0
# ip add 1.1.9.9 255.255.255.0
# ip ospf network point-to-point
!
# int vlan 100
# ip add 1.1.79.9 255.255.255.0
!
# router ospf 13
# router-id 1.1.9.9
# network 1.1.9.9 0.0.0.0 area 78
# network 1.1.79.9 0.0.0.0 area 78
//SW2
# enable
!
# conf t
# hostname SW2
!
# vlan 100
!
# int range f1/1 - 2
# sw mo ac
# sw ac vlan 100
# channel-group 2 mode on
!
# sh eth summary
!
# int vlan 100
# ip add 1.1.108.8 255.255.255.0
!
# int lo0
# ip add 1.1.8.8 255.255.255.0
# ip ospf network point-to-point
!
# int f1/0
# no switchport
# ip add 1.1.18.8 255.255.255.0
!
# int f1/10
# no switchport
# ip add 1.1.78.8 255.255.255.0
!
# router ospf 13
# router-id 1.1.8.8
# network 1.1.18.8 0.0.0.0 area 0
# network 1.1.78.8 0.0.0.0 area 0
# network 1.1.8.8 0.0.0.0 area 0
# network 1.1.108.8 0.0.0.0 area 108
//SW4
# enable
!
# conf t
# hostname SW4
!
# vlan 100
!
# int range f1/1 - 2
# sw mo ac
# sw ac vlan 100
# channel-group 2 mode on
!
# sh eth summary
!
# int vlan 100
# ip add 1.1.108.10 255.255.255.0
!
# int lo0
# ip add 1.1.10.10 255.255.255.0
# ip ospf network point-to-point
!
# router ospf 13
# router-id 1.1.10.10
# netowrk 1.1.10.10 0.0.0.0 area 108
# network 1.1.108.10 0.0.0.0 area 108
//SW1,2
# int vlan 100
# bnadwidth 200000
//SW1-4
# router ospf 13
# auto-cost reference-bandwidth 1000
3. 결론
커맨드를 어떻게 다 외울지 막막하다.
4. 참고자료
1. Cisco Docs
- ARP
- CDP / VLAN
- Frame Relay
- Static Routing
- VLAN
- VTP
- Routed Port
- AD
- Route Selection
- FHRP
- HSRP
- DHCP
- DNS
- STP
- NAT
- EtherChannel
- DTP
- RIP
- NTP
- Offset List
- Password Encryption
- ACL
- CAR Attack
- Broadcast
- Port Assignments
- IPv6 Static Routing
- HSRP for IPv6
- Clock Rate
- DHCPv6 Guard
- EIGRP
- Express Forwarding
- Routing and Switching
- Load Balancing
- Ping, Traceroute
- Load Balancing
- Fast Switching
- CEF
- DNS
- SSH
- Regular Expression
- OSPF
- EIGRP’s SIA
- NSSA
2. Linux
- rhel9’s docs
- Linux Directory Structure
- File Types in Linux
- fstab
- Vim Cheat Sheet
- Protecting GRUB with a password
- SELinux
- DNS
- Samba as a server
- DHCP
- NFS
- SSH
- VNC
3. Web
- HTML’s Elements
- Emmet
- JavaScript
- Anchor Tag
- Post, Get
- Block, Inline Elements
- Semantic Web
- Semantic Elements
- CSS
- Viewport_meta_tag
- Media_queries
- JavaScript
클라우드 엔지니어를 꿈꾸며 공부를 시작한 초보 엔지니어입니다. 틀린점 또는 조언해주실 부분이 있으시면 친절하게 댓글 부탁드립니다. 방문해 주셔서 감사합니다 :)
댓글남기기