Compare commits
24 Commits
25e4a81c73
...
ca9556dfda
| Author | SHA1 | Date | |
|---|---|---|---|
| ca9556dfda | |||
| 4bcf485365 | |||
| 385bfdf2ed | |||
| a2e428d60c | |||
| e2d1bdc5d6 | |||
| 911191f1a7 | |||
| e1e896fb16 | |||
| 8c42c9eadc | |||
| ddf50a2e4e | |||
| 9c406ab45b | |||
| ae29caaab4 | |||
| 1db6c3485e | |||
| ccec69c4df | |||
| cb4619805b | |||
| e2000a2d76 | |||
| b78e073ef9 | |||
| 6238788832 | |||
| 10a756e9d8 | |||
| 57a19c359e | |||
| dac7b42337 | |||
| 1014c57e7b | |||
| d9856836a5 | |||
| 9944c50bdf | |||
| 6cdf637e72 |
@ -218,13 +218,13 @@ vlan 254
|
||||
description Transit VLAN
|
||||
dhcpv4-snooping
|
||||
vlan 503
|
||||
name CT-A
|
||||
name ring3_ct-a
|
||||
dhcpv4-snooping
|
||||
vlan 513
|
||||
name CT-B
|
||||
dhcpv4-snooping
|
||||
vlan 523
|
||||
name SH-A
|
||||
name ring3_sh-a
|
||||
dhcpv4-snooping
|
||||
vlan 533
|
||||
name SH-B
|
||||
@ -237,6 +237,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,21,30,35,40,48,50,70,72,168,230,254,503,513,523,533,699
|
||||
spanning-tree vlan 503 priority 15
|
||||
spanning-tree vlan 513 priority 15
|
||||
spanning-tree vlan 523 priority 15
|
||||
spanning-tree vlan 533 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.41.2/24
|
||||
@ -482,16 +486,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 503
|
||||
description to ring 3
|
||||
description ring3_ct-a
|
||||
ip address 10.250.203.41/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 3000
|
||||
ip pim-sparse enable
|
||||
interface vlan 523
|
||||
description to ring 3
|
||||
description ring3_sh-a
|
||||
ip address 10.254.223.41/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 1000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description bova-A8360-sw1
|
||||
|
||||
@ -220,13 +220,13 @@ vlan 503
|
||||
name CT-A
|
||||
dhcpv4-snooping
|
||||
vlan 513
|
||||
name CT-B
|
||||
name ring3_ct-b
|
||||
dhcpv4-snooping
|
||||
vlan 523
|
||||
name SH-A
|
||||
dhcpv4-snooping
|
||||
vlan 533
|
||||
name SH-B
|
||||
name ring3_sh-b
|
||||
dhcpv4-snooping
|
||||
vlan 699
|
||||
name NativeVLAN
|
||||
@ -236,6 +236,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,21,30,35,40,48,50,70,72,168,230,254,503,513,523,533,699
|
||||
spanning-tree vlan 503 priority 15
|
||||
spanning-tree vlan 513 priority 15
|
||||
spanning-tree vlan 523 priority 15
|
||||
spanning-tree vlan 533 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.41.3/24
|
||||
@ -482,16 +486,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 513
|
||||
description to ring 3
|
||||
description ring3_ct-b
|
||||
ip address 10.254.213.41/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 4000
|
||||
ip pim-sparse enable
|
||||
interface vlan 533
|
||||
description to ring 3
|
||||
description ring3_sh-b
|
||||
ip address 10.254.233.41/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 2000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description bova-A8360-sw2
|
||||
|
||||
@ -202,13 +202,13 @@ vlan 254
|
||||
description Transit VLAN
|
||||
dhcpv4-snooping
|
||||
vlan 501
|
||||
name CT-A
|
||||
name ring1_ct-a
|
||||
dhcpv4-snooping
|
||||
vlan 511
|
||||
name CT-B
|
||||
dhcpv4-snooping
|
||||
vlan 521
|
||||
name SH-A
|
||||
name ring1_sh-a
|
||||
dhcpv4-snooping
|
||||
vlan 531
|
||||
name SH-B
|
||||
@ -221,6 +221,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,50,70,72,168,230,254,501,511,521,531,699
|
||||
spanning-tree vlan 501 priority 15
|
||||
spanning-tree vlan 511 priority 15
|
||||
spanning-tree vlan 521 priority 15
|
||||
spanning-tree vlan 531 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.8.2/24
|
||||
@ -435,16 +439,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 501
|
||||
description to ring 1
|
||||
description ring1_ct-a
|
||||
ip address 10.250.201.8/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 3000
|
||||
ip pim-sparse enable
|
||||
interface vlan 521
|
||||
description to ring 1
|
||||
description ring1_sh-a
|
||||
ip address 10.254.221.8/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 1000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description clary-mdf-a8360-sw1
|
||||
|
||||
@ -205,13 +205,13 @@ vlan 501
|
||||
name CT-A
|
||||
dhcpv4-snooping
|
||||
vlan 511
|
||||
name CT-B
|
||||
name ring1_ct-b
|
||||
dhcpv4-snooping
|
||||
vlan 521
|
||||
name SH-A
|
||||
dhcpv4-snooping
|
||||
vlan 531
|
||||
name SH-B
|
||||
name ring1_sh-b
|
||||
dhcpv4-snooping
|
||||
vlan 699
|
||||
name NativeVLAN
|
||||
@ -221,6 +221,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,50,70,72,168,230,254,501,511,521,531,699
|
||||
spanning-tree vlan 501 priority 15
|
||||
spanning-tree vlan 511 priority 15
|
||||
spanning-tree vlan 521 priority 15
|
||||
spanning-tree vlan 531 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.8.3/24
|
||||
@ -431,16 +435,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 511
|
||||
description to ring 1
|
||||
description ring1_ct-b
|
||||
ip address 10.254.211.8/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 4000
|
||||
ip pim-sparse enable
|
||||
interface vlan 531
|
||||
description to ring 1
|
||||
description ring1_sh-b
|
||||
ip address 10.254.231.8/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 2000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description clary-mdf-a8360-sw2
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
Building configuration...
|
||||
|
||||
Current configuration : 14230 bytes
|
||||
Current configuration : 14885 bytes
|
||||
!
|
||||
! Last configuration change at 01:52:14 EDT Fri Aug 15 2025
|
||||
! Last configuration change at 18:35:12 EDT Tue Aug 19 2025 by estein66.admin
|
||||
! NVRAM config last updated at 18:35:43 EDT Tue Aug 19 2025 by estein66.admin
|
||||
!
|
||||
version 15.2
|
||||
no service pad
|
||||
@ -251,8 +252,8 @@ interface TenGigabitEthernet1/11
|
||||
!
|
||||
interface TenGigabitEthernet1/12
|
||||
description to Ring#5 CCF Circuit ID 159620
|
||||
switchport trunk allowed vlan 505
|
||||
switchport trunk native vlan 525
|
||||
switchport trunk allowed vlan 505,515,525,535
|
||||
switchport trunk native vlan 699
|
||||
switchport mode trunk
|
||||
ip flow monitor netflow-monitor input
|
||||
udld port disable
|
||||
@ -439,10 +440,25 @@ interface Vlan505
|
||||
description to Ring #5 CCF Service #S200309
|
||||
ip address 10.250.205.55 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 3000
|
||||
!
|
||||
interface Vlan515
|
||||
description ring5_ct-b
|
||||
ip address 10.254.215.55 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 4000
|
||||
!
|
||||
interface Vlan525
|
||||
no ip address
|
||||
shutdown
|
||||
description ring5_sh-a
|
||||
ip address 10.254.225.55 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 1000
|
||||
!
|
||||
interface Vlan535
|
||||
description ring5_sh-b
|
||||
ip address 10.254.235.55 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 2000
|
||||
!
|
||||
interface Vlan666
|
||||
no ip address
|
||||
@ -454,8 +470,14 @@ router ospf 315
|
||||
area 205 range 10.55.0.0 255.255.0.0
|
||||
passive-interface default
|
||||
no passive-interface Vlan505
|
||||
no passive-interface Vlan515
|
||||
no passive-interface Vlan525
|
||||
no passive-interface Vlan535
|
||||
network 10.55.0.0 0.0.255.255 area 205
|
||||
network 10.250.205.55 0.0.0.0 area 0
|
||||
network 10.254.215.55 0.0.0.0 area 0
|
||||
network 10.254.225.55 0.0.0.0 area 0
|
||||
network 10.254.235.55 0.0.0.0 area 0
|
||||
network 192.168.55.0 0.0.0.255 area 205
|
||||
!
|
||||
ip local policy route-map blue
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Building configuration...
|
||||
|
||||
Current configuration : 32033 bytes
|
||||
Current configuration : 32633 bytes
|
||||
!
|
||||
! Last configuration change at 10:37:12 EDT Tue Jul 8 2025 by swalts49.admin
|
||||
! NVRAM config last updated at 10:37:13 EDT Tue Jul 8 2025 by swalts49.admin
|
||||
! Last configuration change at 17:22:56 EDT Tue Aug 19 2025 by estein66.admin
|
||||
! NVRAM config last updated at 17:23:27 EDT Tue Aug 19 2025 by estein66.admin
|
||||
!
|
||||
version 15.2
|
||||
no service pad
|
||||
@ -484,7 +484,7 @@ interface TenGigabitEthernet3/6
|
||||
!
|
||||
interface TenGigabitEthernet3/7
|
||||
description to Ring#1 CCF Circuit ID 157699
|
||||
switchport trunk allowed vlan 501
|
||||
switchport trunk allowed vlan 501,511,521,531
|
||||
switchport trunk native vlan 525
|
||||
switchport mode trunk
|
||||
ip flow monitor netflow-monitor input
|
||||
@ -982,6 +982,25 @@ interface Vlan501
|
||||
description to Ring #1 CCF Service #S200279
|
||||
ip address 10.250.201.7 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 3000
|
||||
!
|
||||
interface Vlan511
|
||||
description ring1_ct-b
|
||||
ip address 10.254.211.7 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 4000
|
||||
!
|
||||
interface Vlan521
|
||||
description ring1_sh-a
|
||||
ip address 10.254.221.7 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 1000
|
||||
!
|
||||
interface Vlan531
|
||||
description ring1_sh-b
|
||||
ip address 10.254.231.7 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 2000
|
||||
!
|
||||
router ospf 315
|
||||
router-id 7.7.7.7
|
||||
@ -990,9 +1009,15 @@ router ospf 315
|
||||
area 201 range 192.168.0.0 255.255.252.0
|
||||
passive-interface default
|
||||
no passive-interface Vlan501
|
||||
no passive-interface Vlan511
|
||||
no passive-interface Vlan521
|
||||
no passive-interface Vlan531
|
||||
network 10.7.230.0 0.0.0.31 area 201
|
||||
network 10.7.0.0 0.0.255.255 area 201
|
||||
network 10.250.201.7 0.0.0.0 area 0
|
||||
network 10.254.211.7 0.0.0.0 area 0
|
||||
network 10.254.221.7 0.0.0.0 area 0
|
||||
network 10.254.231.7 0.0.0.0 area 0
|
||||
network 192.168.7.0 0.0.0.255 area 201
|
||||
!
|
||||
ip forward-protocol nd
|
||||
|
||||
@ -887,24 +887,27 @@ interface 1/1/23
|
||||
split 4
|
||||
interface 1/1/23:1
|
||||
description Ring #1 | CCF-MRV-155777-ENET PORT6 | SYRCNYG4M81
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 1
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 511
|
||||
interface 1/1/23:2
|
||||
description Ring #2 | CCF-MRV-155779-ENET PORT6 | SYRCNYG4M82
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 1
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 512
|
||||
interface 1/1/23:3
|
||||
description Ring #3 | CCF-MRV-155778-ENET PORT6 | SYRCNYG4M83
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 1
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 513
|
||||
interface 1/1/23:4
|
||||
description Ring #4 | CCF-MRV-155781-ENET PORT6 | SYRCNYG4M84
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 1
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 514
|
||||
interface 1/1/24
|
||||
description connections for rings 5-8 port 5
|
||||
@ -2222,24 +2225,21 @@ interface vlan 509
|
||||
ip pim-sparse enable
|
||||
interface vlan 511
|
||||
description Ring #1 | CCF-MRV-155777-ENET PORT6 | SYRCNYG4M81
|
||||
shutdown
|
||||
ip address 10.250.211.252/24
|
||||
ip address 10.254.211.252/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 4000
|
||||
ip pim-sparse enable
|
||||
interface vlan 512
|
||||
description Ring #2 | CCF-MRV-155779-ENET PORT6 | SYRCNYG4M82
|
||||
shutdown
|
||||
ip address 10.250.212.252/24
|
||||
ip address 10.254.212.252/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 4000
|
||||
ip pim-sparse enable
|
||||
interface vlan 513
|
||||
description Ring #3 | CCF-MRV-155778-ENET PORT6 | SYRCNYG4M83
|
||||
shutdown
|
||||
ip address 10.250.213.252/24
|
||||
ip address 10.254.213.252/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 2000
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Building configuration...
|
||||
|
||||
Current configuration : 36162 bytes
|
||||
Current configuration : 36852 bytes
|
||||
!
|
||||
! Last configuration change at 16:15:17 EDT Mon Jun 9 2025 by josoto73.admin
|
||||
! NVRAM config last updated at 16:15:18 EDT Mon Jun 9 2025 by josoto73.admin
|
||||
! Last configuration change at 18:04:42 EDT Tue Aug 19 2025 by estein66.admin
|
||||
! NVRAM config last updated at 18:05:20 EDT Tue Aug 19 2025 by estein66.admin
|
||||
!
|
||||
version 15.2
|
||||
no service pad
|
||||
@ -209,8 +209,17 @@ vlan 230
|
||||
vlan 503
|
||||
name CC-Ring
|
||||
!
|
||||
vlan 513
|
||||
name ring3_ct-b
|
||||
!
|
||||
vlan 523
|
||||
name ring3_sh-a
|
||||
!
|
||||
vlan 525
|
||||
name stub
|
||||
!
|
||||
vlan 533
|
||||
name ring3_sh-b
|
||||
lldp run
|
||||
!
|
||||
!
|
||||
@ -467,7 +476,7 @@ interface TenGigabitEthernet3/7
|
||||
!
|
||||
interface TenGigabitEthernet3/8
|
||||
description to Ring#3 CCF Circuit ID 159951
|
||||
switchport trunk allowed vlan 503
|
||||
switchport trunk allowed vlan 503,513,523,533
|
||||
switchport trunk native vlan 525
|
||||
switchport mode trunk
|
||||
ip flow monitor nta-monitor input
|
||||
@ -1117,6 +1126,25 @@ interface Vlan503
|
||||
description to Ring #3 CCF Service #S200281
|
||||
ip address 10.250.203.22 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 3000
|
||||
!
|
||||
interface Vlan513
|
||||
description ring3_ct-b
|
||||
ip address 10.254.213.22 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 4000
|
||||
!
|
||||
interface Vlan523
|
||||
description ring3_sh-a
|
||||
ip address 10.254.223.22 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 1000
|
||||
!
|
||||
interface Vlan533
|
||||
description ring3_sh-b
|
||||
ip address 10.254.233.22 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 2000
|
||||
!
|
||||
router ospf 315
|
||||
router-id 22.22.22.22
|
||||
@ -1124,9 +1152,15 @@ router ospf 315
|
||||
area 203 range 10.22.0.0 255.255.0.0
|
||||
passive-interface default
|
||||
no passive-interface Vlan503
|
||||
no passive-interface Vlan513
|
||||
no passive-interface Vlan523
|
||||
no passive-interface Vlan533
|
||||
network 10.22.230.0 0.0.0.31 area 203
|
||||
network 10.22.0.0 0.0.255.255 area 203
|
||||
network 10.250.203.22 0.0.0.0 area 0
|
||||
network 10.254.213.22 0.0.0.0 area 0
|
||||
network 10.254.223.22 0.0.0.0 area 0
|
||||
network 10.254.233.22 0.0.0.0 area 0
|
||||
network 192.168.22.0 0.0.0.255 area 203
|
||||
!
|
||||
ip local policy route-map blue
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Building configuration...
|
||||
|
||||
Current configuration : 30428 bytes
|
||||
Current configuration : 31032 bytes
|
||||
!
|
||||
! Last configuration change at 16:20:30 EDT Fri Jun 27 2025 by josoto73.admin
|
||||
! NVRAM config last updated at 16:20:30 EDT Fri Jun 27 2025 by josoto73.admin
|
||||
! Last configuration change at 17:25:04 EDT Tue Aug 19 2025 by estein66.admin
|
||||
! NVRAM config last updated at 17:25:36 EDT Tue Aug 19 2025 by estein66.admin
|
||||
!
|
||||
version 15.2
|
||||
no service pad
|
||||
@ -317,7 +317,7 @@ interface TenGigabitEthernet3/7
|
||||
!
|
||||
interface TenGigabitEthernet3/8
|
||||
description to Ring#1 CCF Circuit ID 157698
|
||||
switchport trunk allowed vlan 501
|
||||
switchport trunk allowed vlan 501,511,521,531
|
||||
switchport trunk native vlan 525
|
||||
switchport mode trunk
|
||||
ip flow monitor netflow-monitor input
|
||||
@ -926,6 +926,25 @@ interface Vlan501
|
||||
description to Ring #1 CCF Service #S200288
|
||||
ip address 10.250.201.47 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 3000
|
||||
!
|
||||
interface Vlan511
|
||||
description ring1_ct-b
|
||||
ip address 10.254.211.47 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 4000
|
||||
!
|
||||
interface Vlan521
|
||||
description ring1_sh-a
|
||||
ip address 10.254.221.47 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 1000
|
||||
!
|
||||
interface Vlan531
|
||||
description ring1_sh-b
|
||||
ip address 10.254.231.47 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 2000
|
||||
!
|
||||
router ospf 315
|
||||
router-id 47.47.47.47
|
||||
@ -934,9 +953,15 @@ router ospf 315
|
||||
area 201 range 192.168.0.0 255.255.252.0
|
||||
passive-interface default
|
||||
no passive-interface Vlan501
|
||||
no passive-interface Vlan511
|
||||
no passive-interface Vlan521
|
||||
no passive-interface Vlan531
|
||||
network 10.47.230.0 0.0.0.31 area 201
|
||||
network 10.47.0.0 0.0.255.255 area 201
|
||||
network 10.250.201.47 0.0.0.0 area 0
|
||||
network 10.254.211.47 0.0.0.0 area 0
|
||||
network 10.254.221.47 0.0.0.0 area 0
|
||||
network 10.254.231.47 0.0.0.0 area 0
|
||||
network 192.168.47.0 0.0.0.255 area 201
|
||||
!
|
||||
ip local policy route-map blue
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Building configuration...
|
||||
|
||||
Current configuration : 18309 bytes
|
||||
Current configuration : 18975 bytes
|
||||
!
|
||||
! Last configuration change at 11:04:32 EDT Tue Jun 17 2025 by josoto73.admin
|
||||
! NVRAM config last updated at 11:04:34 EDT Tue Jun 17 2025 by josoto73.admin
|
||||
! Last configuration change at 18:33:13 EDT Tue Aug 19 2025 by estein66.admin
|
||||
! NVRAM config last updated at 18:33:47 EDT Tue Aug 19 2025 by estein66.admin
|
||||
!
|
||||
version 15.2
|
||||
no service pad
|
||||
@ -183,8 +183,14 @@ vlan 72
|
||||
vlan 505
|
||||
name CC-Ring
|
||||
!
|
||||
vlan 515
|
||||
name ring5_ct-b
|
||||
!
|
||||
vlan 525
|
||||
name stub
|
||||
name ring5_sh-a
|
||||
!
|
||||
vlan 535
|
||||
name ring5_sh-b
|
||||
!
|
||||
vlan 705
|
||||
name ringtest1
|
||||
@ -409,8 +415,8 @@ interface TenGigabitEthernet3/7
|
||||
!
|
||||
interface TenGigabitEthernet3/8
|
||||
description to Ring#5 CCF Circuit ID 159617
|
||||
switchport trunk allowed vlan 505
|
||||
switchport trunk native vlan 525
|
||||
switchport trunk allowed vlan 505,515,525,535
|
||||
switchport trunk native vlan 699
|
||||
switchport mode trunk
|
||||
ip flow monitor netflow-monitor input
|
||||
udld port disable
|
||||
@ -552,6 +558,25 @@ interface Vlan505
|
||||
description to Ring #5 CCF Service #S200294
|
||||
ip address 10.250.205.54 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 3000
|
||||
!
|
||||
interface Vlan515
|
||||
description ring5_ct-b
|
||||
ip address 10.254.215.54 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 4000
|
||||
!
|
||||
interface Vlan525
|
||||
description ring5_sh-a
|
||||
ip address 10.254.225.54 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 1000
|
||||
!
|
||||
interface Vlan535
|
||||
description ring5_sh-b
|
||||
ip address 10.254.235.54 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 2000
|
||||
!
|
||||
router ospf 315
|
||||
router-id 54.54.54.54
|
||||
@ -559,8 +584,14 @@ router ospf 315
|
||||
area 205 range 10.54.0.0 255.255.0.0
|
||||
passive-interface default
|
||||
no passive-interface Vlan505
|
||||
no passive-interface Vlan515
|
||||
no passive-interface Vlan525
|
||||
no passive-interface Vlan535
|
||||
network 10.54.0.0 0.0.255.255 area 205
|
||||
network 10.250.205.54 0.0.0.0 area 0
|
||||
network 10.254.215.54 0.0.0.0 area 0
|
||||
network 10.254.225.54 0.0.0.0 area 0
|
||||
network 10.254.235.54 0.0.0.0 area 0
|
||||
network 192.168.54.0 0.0.0.255 area 205
|
||||
!
|
||||
ip local policy route-map blue
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Building configuration...
|
||||
|
||||
Current configuration : 36107 bytes
|
||||
Current configuration : 36773 bytes
|
||||
!
|
||||
! Last configuration change at 10:47:23 EDT Tue Jun 17 2025 by josoto73.admin
|
||||
! NVRAM config last updated at 10:47:24 EDT Tue Jun 17 2025 by josoto73.admin
|
||||
! Last configuration change at 18:30:41 EDT Tue Aug 19 2025 by estein66.admin
|
||||
! NVRAM config last updated at 18:31:27 EDT Tue Aug 19 2025 by estein66.admin
|
||||
!
|
||||
version 15.2
|
||||
no service pad
|
||||
@ -207,8 +207,14 @@ vlan 107
|
||||
vlan 505
|
||||
name CC-Ring
|
||||
!
|
||||
vlan 515
|
||||
name ring5_ct-b
|
||||
!
|
||||
vlan 525
|
||||
name stub
|
||||
name ring5_sh-a
|
||||
!
|
||||
vlan 535
|
||||
name ring5_sh-b
|
||||
lldp run
|
||||
!
|
||||
!
|
||||
@ -479,8 +485,8 @@ interface TenGigabitEthernet3/7
|
||||
!
|
||||
interface TenGigabitEthernet3/8
|
||||
description to Ring#5 CCF Circuit ID 159621
|
||||
switchport trunk allowed vlan 505
|
||||
switchport trunk native vlan 525
|
||||
switchport trunk allowed vlan 505,515,525,535
|
||||
switchport trunk native vlan 699
|
||||
switchport mode trunk
|
||||
ip flow monitor netflow-monitor input
|
||||
udld port disable
|
||||
@ -1129,6 +1135,25 @@ interface Vlan505
|
||||
description to Ring #5 CCF Service S200282
|
||||
ip address 10.250.205.20 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 3000
|
||||
!
|
||||
interface Vlan515
|
||||
description ring5_ct-b
|
||||
ip address 10.254.215.20 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 4000
|
||||
!
|
||||
interface Vlan525
|
||||
description ring5_sh-a
|
||||
ip address 10.254.225.20 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 1000
|
||||
!
|
||||
interface Vlan535
|
||||
description ring5_sh-b
|
||||
ip address 10.254.235.20 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 2000
|
||||
!
|
||||
router ospf 315
|
||||
router-id 20.20.20.20
|
||||
@ -1137,8 +1162,14 @@ router ospf 315
|
||||
area 205 range 192.168.0.0 255.255.252.0
|
||||
passive-interface default
|
||||
no passive-interface Vlan505
|
||||
no passive-interface Vlan515
|
||||
no passive-interface Vlan525
|
||||
no passive-interface Vlan535
|
||||
network 10.20.0.0 0.0.255.255 area 205
|
||||
network 10.250.205.20 0.0.0.0 area 0
|
||||
network 10.254.215.20 0.0.0.0 area 0
|
||||
network 10.254.225.20 0.0.0.0 area 0
|
||||
network 10.254.235.20 0.0.0.0 area 0
|
||||
network 192.168.20.0 0.0.0.255 area 205
|
||||
!
|
||||
ip local policy route-map blue
|
||||
|
||||
@ -387,10 +387,23 @@ interface vlan 505
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip pim-sparse enable
|
||||
interface vlan 515
|
||||
description to ring 5
|
||||
ip address 10.254.215.86/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip pim-sparse enable
|
||||
interface vlan 525
|
||||
description to ring 5
|
||||
ip address 10.254.225.86/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip pim-sparse enable
|
||||
interface vlan 535
|
||||
description to ring 5
|
||||
ip address 10.254.235.86/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description lucy-mdf-a8360-sw1
|
||||
|
||||
@ -206,13 +206,13 @@ vlan 254
|
||||
description Transit VLAN
|
||||
dhcpv4-snooping
|
||||
vlan 501
|
||||
name CT-A
|
||||
name ring1_ct-a
|
||||
dhcpv4-snooping
|
||||
vlan 511
|
||||
name CT-B
|
||||
dhcpv4-snooping
|
||||
vlan 521
|
||||
name SH-A
|
||||
name ring1_sh-a
|
||||
dhcpv4-snooping
|
||||
vlan 531
|
||||
name SH-B
|
||||
@ -225,6 +225,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,50,70,72,168,230,233,254,501,511,521,531,699
|
||||
spanning-tree vlan 501 priority 15
|
||||
spanning-tree vlan 511 priority 15
|
||||
spanning-tree vlan 521 priority 15
|
||||
spanning-tree vlan 531 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.37.1/24
|
||||
@ -432,16 +436,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 501
|
||||
description to ring 1
|
||||
description ring1_ct-a
|
||||
ip address 10.250.201.37/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 3000
|
||||
ip pim-sparse enable
|
||||
interface vlan 521
|
||||
description to ring 1
|
||||
description ring1_sh-a
|
||||
ip address 10.254.221.37/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 1000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description meach-mdf-a8360-sw1
|
||||
|
||||
@ -209,13 +209,13 @@ vlan 501
|
||||
name CT-A
|
||||
dhcpv4-snooping
|
||||
vlan 511
|
||||
name CT-B
|
||||
name ring1_ct-b
|
||||
dhcpv4-snooping
|
||||
vlan 521
|
||||
name SH-A
|
||||
dhcpv4-snooping
|
||||
vlan 531
|
||||
name SH-B
|
||||
name ring1_sh-b
|
||||
dhcpv4-snooping
|
||||
vlan 699
|
||||
name NativeVLAN
|
||||
@ -225,6 +225,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,50,70,72,168,230,233,254,501,511,521,531,699
|
||||
spanning-tree vlan 501 priority 15
|
||||
spanning-tree vlan 511 priority 15
|
||||
spanning-tree vlan 521 priority 15
|
||||
spanning-tree vlan 531 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.37.2/24
|
||||
@ -433,16 +437,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 511
|
||||
description to ring 1
|
||||
description ring1_ct-b
|
||||
ip address 10.254.211.37/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 4000
|
||||
ip pim-sparse enable
|
||||
interface vlan 531
|
||||
description to ring 1
|
||||
description ring1_sh-b
|
||||
ip address 10.254.231.37/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 2000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description meach-mdf-a8360-sw2
|
||||
|
||||
@ -202,13 +202,13 @@ vlan 254
|
||||
description Transit VLAN
|
||||
dhcpv4-snooping
|
||||
vlan 503
|
||||
name CT-A
|
||||
name ring3_ct-a
|
||||
dhcpv4-snooping
|
||||
vlan 513
|
||||
name CT-B
|
||||
dhcpv4-snooping
|
||||
vlan 523
|
||||
name SH-A
|
||||
name ring3_sh-a
|
||||
dhcpv4-snooping
|
||||
vlan 533
|
||||
name SH-B
|
||||
@ -221,6 +221,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,50,70,72,168,230,254,503,513,523,533,699
|
||||
spanning-tree vlan 503 priority 15
|
||||
spanning-tree vlan 513 priority 15
|
||||
spanning-tree vlan 523 priority 15
|
||||
spanning-tree vlan 533 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.60.1/24
|
||||
@ -435,16 +439,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 503
|
||||
description to ring 3
|
||||
description ring3_ct-a
|
||||
ip address 10.250.203.60/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 3000
|
||||
ip pim-sparse enable
|
||||
interface vlan 523
|
||||
description to ring 3
|
||||
description ring3_sh-a
|
||||
ip address 10.254.223.60/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 1000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description pdc-mdf-a8360-sw1
|
||||
|
||||
@ -205,13 +205,13 @@ vlan 503
|
||||
name CT-A
|
||||
dhcpv4-snooping
|
||||
vlan 513
|
||||
name CT-B
|
||||
name ring3_ct-b
|
||||
dhcpv4-snooping
|
||||
vlan 523
|
||||
name SH-A
|
||||
dhcpv4-snooping
|
||||
vlan 533
|
||||
name SH-B
|
||||
name ring3_sh-b
|
||||
dhcpv4-snooping
|
||||
vlan 699
|
||||
name NativeVLAN
|
||||
@ -221,6 +221,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,50,70,72,168,230,254,503,513,523,533,699
|
||||
spanning-tree vlan 503 priority 15
|
||||
spanning-tree vlan 513 priority 15
|
||||
spanning-tree vlan 523 priority 15
|
||||
spanning-tree vlan 533 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.60.2/24
|
||||
@ -436,16 +440,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 513
|
||||
description to ring 3
|
||||
description ring3_ct-b
|
||||
ip address 10.254.213.60/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 4000
|
||||
ip pim-sparse enable
|
||||
interface vlan 533
|
||||
description to ring 3
|
||||
description ring3_sh-b
|
||||
ip address 10.254.233.60/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 2000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description pdc-mdf-a8360-sw2
|
||||
|
||||
@ -240,13 +240,13 @@ vlan 254
|
||||
description Transit VLAN
|
||||
dhcpv4-snooping
|
||||
vlan 503
|
||||
name CT-A
|
||||
name ring3_ct-a
|
||||
dhcpv4-snooping
|
||||
vlan 513
|
||||
name CT-B
|
||||
dhcpv4-snooping
|
||||
vlan 523
|
||||
name SH-A
|
||||
name ring3_sh-a
|
||||
dhcpv4-snooping
|
||||
vlan 533
|
||||
name SH-B
|
||||
@ -259,6 +259,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,40,50,70,72,107,168,203,230,254,503,513,523,533,699
|
||||
spanning-tree vlan 503 priority 15
|
||||
spanning-tree vlan 513 priority 15
|
||||
spanning-tree vlan 523 priority 15
|
||||
spanning-tree vlan 533 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.3.2/24
|
||||
@ -546,16 +550,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 503
|
||||
description to ring 3
|
||||
description ring3_ct-a
|
||||
ip address 10.250.203.3/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 3000
|
||||
ip pim-sparse enable
|
||||
interface vlan 523
|
||||
description to ring 3
|
||||
description ring3_sh-a
|
||||
ip address 10.254.223.3/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 1000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description psla-mdf-a8360-sw1
|
||||
|
||||
@ -243,13 +243,13 @@ vlan 503
|
||||
name CT-A
|
||||
dhcpv4-snooping
|
||||
vlan 513
|
||||
name CT-B
|
||||
name ring3_ct-b
|
||||
dhcpv4-snooping
|
||||
vlan 523
|
||||
name SH-A
|
||||
dhcpv4-snooping
|
||||
vlan 533
|
||||
name SH-B
|
||||
name ring3_sh-b
|
||||
dhcpv4-snooping
|
||||
vlan 699
|
||||
name NativeVLAN
|
||||
@ -259,6 +259,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,40,50,70,72,107,168,203,230,254,503,513,523,533,699
|
||||
spanning-tree vlan 503 priority 15
|
||||
spanning-tree vlan 513 priority 15
|
||||
spanning-tree vlan 523 priority 15
|
||||
spanning-tree vlan 533 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.3.3/24
|
||||
@ -547,16 +551,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 513
|
||||
description to ring 3
|
||||
description ring3_ct-b
|
||||
ip address 10.254.213.3/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 4000
|
||||
ip pim-sparse enable
|
||||
interface vlan 533
|
||||
description to ring 3
|
||||
description ring3_sh-b
|
||||
ip address 10.254.233.3/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 2000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description psla-mdf-a8360-sw2
|
||||
|
||||
@ -203,13 +203,13 @@ vlan 254
|
||||
description Transit VLAN
|
||||
dhcpv4-snooping
|
||||
vlan 501
|
||||
name CT-A
|
||||
name ring1_ct-a
|
||||
dhcpv4-snooping
|
||||
vlan 511
|
||||
name CT-B
|
||||
dhcpv4-snooping
|
||||
vlan 521
|
||||
name SH-A
|
||||
name ring1_sh-a
|
||||
dhcpv4-snooping
|
||||
vlan 531
|
||||
name SH-B
|
||||
@ -222,6 +222,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,50,70,72,168,230,254,501,511,521,531,699
|
||||
spanning-tree vlan 501 priority 15
|
||||
spanning-tree vlan 511 priority 15
|
||||
spanning-tree vlan 521 priority 15
|
||||
spanning-tree vlan 531 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.42.2/24
|
||||
@ -406,16 +410,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 501
|
||||
description to ring 1
|
||||
description ring1_ct-a
|
||||
ip address 10.250.201.42/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 3000
|
||||
ip pim-sparse enable
|
||||
interface vlan 521
|
||||
description to ring 1
|
||||
description ring1_sh-a
|
||||
ip address 10.254.221.42/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 1000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description rober-mdf-a8360-sw1
|
||||
|
||||
@ -206,13 +206,13 @@ vlan 501
|
||||
name CT-A
|
||||
dhcpv4-snooping
|
||||
vlan 511
|
||||
name CT-B
|
||||
name ring1_ct-b
|
||||
dhcpv4-snooping
|
||||
vlan 521
|
||||
name SH-A
|
||||
dhcpv4-snooping
|
||||
vlan 531
|
||||
name SH-B
|
||||
name ring1_sh-b
|
||||
dhcpv4-snooping
|
||||
vlan 699
|
||||
name NativeVLAN
|
||||
@ -222,6 +222,10 @@ spanning-tree priority 2
|
||||
spanning-tree trap topology-change instance 0
|
||||
spanning-tree ignore-pvid-inconsistency
|
||||
spanning-tree vlan 10,20,30,35,50,70,72,168,230,254,501,511,521,531,699
|
||||
spanning-tree vlan 501 priority 15
|
||||
spanning-tree vlan 511 priority 15
|
||||
spanning-tree vlan 521 priority 15
|
||||
spanning-tree vlan 531 priority 15
|
||||
interface mgmt
|
||||
no shutdown
|
||||
ip static 192.168.42.3/24
|
||||
@ -407,16 +411,18 @@ interface vlan 254
|
||||
ip ospf network point-to-point
|
||||
ip pim-sparse enable
|
||||
interface vlan 511
|
||||
description to ring 1
|
||||
description ring1_ct-b
|
||||
ip address 10.254.211.42/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 4000
|
||||
ip pim-sparse enable
|
||||
interface vlan 531
|
||||
description to ring 1
|
||||
description ring1_sh-b
|
||||
ip address 10.254.231.42/24
|
||||
ip ospf 1 area 0.0.0.0
|
||||
no ip ospf passive
|
||||
ip ospf cost 2000
|
||||
ip pim-sparse enable
|
||||
snmp-server vrf default
|
||||
snmp-server system-description rober-mdf-a8360-sw2
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Building configuration...
|
||||
|
||||
Current configuration : 19274 bytes
|
||||
Current configuration : 19940 bytes
|
||||
!
|
||||
! Last configuration change at 11:27:26 EDT Tue Jun 17 2025 by josoto73.admin
|
||||
! NVRAM config last updated at 11:27:27 EDT Tue Jun 17 2025 by josoto73.admin
|
||||
! Last configuration change at 18:28:25 EDT Tue Aug 19 2025 by estein66.admin
|
||||
! NVRAM config last updated at 18:28:49 EDT Tue Aug 19 2025 by estein66.admin
|
||||
!
|
||||
version 15.2
|
||||
no service pad
|
||||
@ -189,8 +189,14 @@ vlan 233
|
||||
!
|
||||
vlan 505
|
||||
!
|
||||
vlan 515
|
||||
name ring5_ct-b
|
||||
!
|
||||
vlan 525
|
||||
name stub
|
||||
name ring5_sh-a
|
||||
!
|
||||
vlan 535
|
||||
name ring5_sh-b
|
||||
lldp run
|
||||
!
|
||||
!
|
||||
@ -469,8 +475,8 @@ interface TenGigabitEthernet3/7
|
||||
!
|
||||
interface TenGigabitEthernet3/8
|
||||
description to Ring#5 CCF Circuit ID 159639
|
||||
switchport trunk allowed vlan 505
|
||||
switchport trunk native vlan 525
|
||||
switchport trunk allowed vlan 505,515,525,535
|
||||
switchport trunk native vlan 699
|
||||
switchport mode trunk
|
||||
ip flow monitor netflow-monitor input
|
||||
udld port disable
|
||||
@ -617,6 +623,25 @@ interface Vlan505
|
||||
description to Ring #5 CCF Service #S200307
|
||||
ip address 10.250.205.44 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 3000
|
||||
!
|
||||
interface Vlan515
|
||||
description ring5_ct-b
|
||||
ip address 10.254.215.44 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 4000
|
||||
!
|
||||
interface Vlan525
|
||||
description ring5_sh-a
|
||||
ip address 10.254.225.44 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 1000
|
||||
!
|
||||
interface Vlan535
|
||||
description ring5_sh-b
|
||||
ip address 10.254.235.44 255.255.255.0
|
||||
ip pim sparse-mode
|
||||
ip ospf cost 2000
|
||||
!
|
||||
router ospf 315
|
||||
router-id 44.44.44.44
|
||||
@ -624,9 +649,15 @@ router ospf 315
|
||||
area 205 range 10.44.0.0 255.255.0.0
|
||||
passive-interface default
|
||||
no passive-interface Vlan505
|
||||
no passive-interface Vlan515
|
||||
no passive-interface Vlan525
|
||||
no passive-interface Vlan535
|
||||
network 10.44.230.0 0.0.0.31 area 205
|
||||
network 10.44.0.0 0.0.255.255 area 205
|
||||
network 10.250.205.44 0.0.0.0 area 0
|
||||
network 10.254.215.44 0.0.0.0 area 0
|
||||
network 10.254.225.44 0.0.0.0 area 0
|
||||
network 10.254.235.44 0.0.0.0 area 0
|
||||
network 192.168.44.0 0.0.0.255 area 205
|
||||
!
|
||||
ip forward-protocol nd
|
||||
|
||||
@ -780,12 +780,24 @@ interface 1/1/12
|
||||
no routing
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 522
|
||||
interface 1/1/13
|
||||
description Ring#3
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 523
|
||||
interface 1/1/14
|
||||
description Ring#4
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 524
|
||||
interface 1/1/15
|
||||
description Ring#5
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 525
|
||||
interface 1/1/32
|
||||
description Uplink LAG shea-noc-6300-sw1
|
||||
no shutdown
|
||||
|
||||
@ -758,6 +758,7 @@ interface 1/1/1
|
||||
lag 120
|
||||
interface 1/1/11
|
||||
description Ring#1
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 531
|
||||
@ -769,6 +770,7 @@ interface 1/1/12
|
||||
vlan trunk allowed 532
|
||||
interface 1/1/13
|
||||
description Ring#3
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 533
|
||||
@ -780,6 +782,7 @@ interface 1/1/14
|
||||
vlan trunk allowed 534
|
||||
interface 1/1/15
|
||||
description Ring#5
|
||||
no shutdown
|
||||
no routing
|
||||
vlan trunk native 699
|
||||
vlan trunk allowed 535
|
||||
|
||||
@ -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
|
||||
!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user