shea/shea-4507-1.cfg Wed Aug 20 07:06:44 AM EDT 2025

This commit is contained in:
John Poland 2025-08-20 07:06:45 -04:00
parent 6238788832
commit b78e073ef9

View File

@ -1,8 +1,9 @@
Building configuration...
Current configuration : 33942 bytes
Current configuration : 34709 bytes
!
! Last configuration change at 08:47:12 EDT Fri Aug 1 2025 by jkafta72.admin
! Last configuration change at 17:27:03 EDT Tue Aug 19 2025 by estein66.admin
! NVRAM config last updated at 17:27:07 EDT Tue Aug 19 2025 by estein66.admin
!
version 15.2
no service pad
@ -169,8 +170,17 @@ vlan 230
!
vlan 501
!
vlan 511
name ring1_ct-b
!
vlan 521
name ring1_sh-a
!
vlan 525
name stub
!
vlan 531
name ring1_sh-b
lldp run
!
!
@ -489,7 +499,7 @@ interface TenGigabitEthernet3/7
!
interface TenGigabitEthernet3/8
description to Ring
switchport trunk allowed vlan 501
switchport trunk allowed vlan 501,511,521,531
switchport trunk native vlan 525
switchport mode trunk
udld port disable
@ -1069,6 +1079,25 @@ interface Vlan501
description to Ring
ip address 10.250.201.14 255.255.255.0
ip pim sparse-mode
ip ospf cost 3000
!
interface Vlan511
description ring1_ct-b
ip address 10.254.211.14 255.255.255.0
ip pim sparse-mode
ip ospf cost 4000
!
interface Vlan521
description ring1_sh-a
ip address 10.254.221.14 255.255.255.0
ip pim sparse-mode
ip ospf cost 1000
!
interface Vlan531
description ring1_sh-b
ip address 10.254.231.14 255.255.255.0
ip pim sparse-mode
ip ospf cost 2000
!
router ospf 315
router-id 14.14.14.14
@ -1079,11 +1108,17 @@ router ospf 315
area 204 range 10.53.0.0 255.255.0.0
passive-interface default
no passive-interface Vlan501
no passive-interface Vlan511
no passive-interface Vlan521
no passive-interface Vlan531
network 10.14.230.0 0.0.0.31 area 201
network 10.14.0.0 0.0.255.255 area 201
network 10.53.0.0 0.0.255.255 area 204
network 10.250.201.14 0.0.0.0 area 0
network 10.250.204.53 0.0.0.0 area 0
network 10.254.211.14 0.0.0.0 area 0
network 10.254.221.14 0.0.0.0 area 0
network 10.254.231.14 0.0.0.0 area 0
network 192.168.14.0 0.0.0.255 area 201
network 192.168.53.0 0.0.0.255 area 204
!