Compare commits

...

11 Commits

11 changed files with 466 additions and 24 deletions

View File

@ -486,12 +486,14 @@ interface vlan 503
ip address 10.250.203.41/24 ip address 10.250.203.41/24
ip ospf 1 area 0.0.0.0 ip ospf 1 area 0.0.0.0
no ip ospf passive no ip ospf passive
ip ospf cost 3000
ip pim-sparse enable ip pim-sparse enable
interface vlan 523 interface vlan 523
description to ring 3 description to ring 3
ip address 10.254.223.41/24 ip address 10.254.223.41/24
ip ospf 1 area 0.0.0.0 ip ospf 1 area 0.0.0.0
no ip ospf passive no ip ospf passive
ip ospf cost 3000
ip pim-sparse enable ip pim-sparse enable
snmp-server vrf default snmp-server vrf default
snmp-server system-description bova-A8360-sw1 snmp-server system-description bova-A8360-sw1

View File

@ -486,6 +486,7 @@ interface vlan 513
ip address 10.254.213.41/24 ip address 10.254.213.41/24
ip ospf 1 area 0.0.0.0 ip ospf 1 area 0.0.0.0
no ip ospf passive no ip ospf passive
ip ospf cost 4000
ip pim-sparse enable ip pim-sparse enable
interface vlan 533 interface vlan 533
description to ring 3 description to ring 3

View File

@ -2233,7 +2233,7 @@ interface vlan 504
ip address 10.250.204.251/24 ip address 10.250.204.251/24
ip ospf 1 area 0.0.0.0 ip ospf 1 area 0.0.0.0
no ip ospf passive no ip ospf passive
ip ospf cost 1000 ip ospf cost 3000
ip pim-sparse enable ip pim-sparse enable
interface vlan 515 interface vlan 515
description Ring #5 | CCF-MRV-155780-ENET PORT6 | SYRCNYG4M85 description Ring #5 | CCF-MRV-155780-ENET PORT6 | SYRCNYG4M85

View File

@ -2249,10 +2249,10 @@ interface vlan 513
ip pim-sparse enable ip pim-sparse enable
interface vlan 514 interface vlan 514
description Ring #4 | CCF-MRV-155781-ENET PORT6 | SYRCNYG4M84 description Ring #4 | CCF-MRV-155781-ENET PORT6 | SYRCNYG4M84
ip address 10.250.214.252/24 ip address 10.254.214.252/24
ip ospf 1 area 0.0.0.0 ip ospf 1 area 0.0.0.0
no ip ospf passive no ip ospf passive
ip ospf cost 2000 ip ospf cost 4000
ip pim-sparse enable ip pim-sparse enable
interface vlan 519 interface vlan 519
description Ring #9 | CCF-ADVA-381062-ENET PORT6 | SYRCNYG4M811 description Ring #9 | CCF-ADVA-381062-ENET PORT6 | SYRCNYG4M811

View File

@ -372,10 +372,32 @@ interface vlan 230
ip igmp enable ip igmp enable
ip pim-sparse enable ip pim-sparse enable
interface vlan 504 interface vlan 504
description to ring 4 description to ring4_ct-a
ip address 10.250.204.66/24 ip address 10.250.204.66/24
ip ospf 1 area 0.0.0.0 ip ospf 1 area 0.0.0.0
no ip ospf passive no ip ospf passive
ip ospf cost 3000
ip pim-sparse enable
interface vlan 514
description to ring4_ct-b
ip address 10.254.214.66/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 4000
ip pim-sparse enable
interface vlan 524
description ring4_sh-a
ip address 10.254.224.66/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 534
description ring4_sh-b
ip address 10.254.234.66/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable ip pim-sparse enable
snmp-server vrf default snmp-server vrf default
snmp-server system-description enl-mdf-a8360-sw1 snmp-server system-description enl-mdf-a8360-sw1

View File

@ -1,9 +1,9 @@
Building configuration... Building configuration...
Current configuration : 36990 bytes Current configuration : 37407 bytes
! !
! Last configuration change at 14:18:37 EDT Mon Jun 30 2025 by josoto73.admin ! Last configuration change at 21:08:49 EDT Wed Aug 13 2025 by jpoland.oa
! NVRAM config last updated at 14:18:38 EDT Mon Jun 30 2025 by josoto73.admin ! NVRAM config last updated at 23:19:20 EDT Wed Aug 13 2025 by jpoland.oa
! !
version 15.2 version 15.2
no service pad no service pad
@ -189,8 +189,14 @@ vlan 504
vlan 514 vlan 514
name ct-noc-backup-ring4 name ct-noc-backup-ring4
! !
vlan 524
name sh-noc-ring4-a
!
vlan 525 vlan 525
name stub name stub
!
vlan 534
name sh-noc-ring4-b
lldp run lldp run
! !
! !
@ -432,7 +438,7 @@ interface TenGigabitEthernet3/7
! !
interface TenGigabitEthernet3/8 interface TenGigabitEthernet3/8
description to Ring#4 CCF Circuit ID 159964 description to Ring#4 CCF Circuit ID 159964
switchport trunk allowed vlan 504,514 switchport trunk allowed vlan 504,514,524,534
switchport trunk native vlan 525 switchport trunk native vlan 525
switchport mode trunk switchport mode trunk
ip flow monitor netflow-monitor input ip flow monitor netflow-monitor input
@ -1114,10 +1120,21 @@ interface Vlan504
description to Ring #4 CCF Service #S200290 description to Ring #4 CCF Service #S200290
ip address 10.250.204.25 255.255.255.0 ip address 10.250.204.25 255.255.255.0
ip pim sparse-mode ip pim sparse-mode
ip ospf cost 3000
! !
interface Vlan514 interface Vlan514
description to Ring description to Ring
ip address 10.250.214.25 255.255.255.0 ip address 10.254.214.25 255.255.255.0
ip pim sparse-mode
ip ospf cost 4000
!
interface Vlan524
ip address 10.254.224.25 255.255.255.0
ip pim sparse-mode
ip ospf cost 1000
!
interface Vlan534
ip address 10.254.234.25 255.255.255.0
ip pim sparse-mode ip pim sparse-mode
ip ospf cost 2000 ip ospf cost 2000
! !
@ -1128,10 +1145,14 @@ router ospf 315
passive-interface default passive-interface default
no passive-interface Vlan504 no passive-interface Vlan504
no passive-interface Vlan514 no passive-interface Vlan514
no passive-interface Vlan524
no passive-interface Vlan534
network 10.25.230.0 0.0.0.31 area 204 network 10.25.230.0 0.0.0.31 area 204
network 10.25.0.0 0.0.255.255 area 204 network 10.25.0.0 0.0.255.255 area 204
network 10.250.204.25 0.0.0.0 area 0 network 10.250.204.25 0.0.0.0 area 0
network 10.250.214.25 0.0.0.0 area 0 network 10.254.214.25 0.0.0.0 area 0
network 10.254.224.25 0.0.0.0 area 0
network 10.254.234.25 0.0.0.0 area 0
network 192.168.25.0 0.0.0.255 area 204 network 192.168.25.0 0.0.0.255 area 204
! !
ip local policy route-map blue ip local policy route-map blue

View File

@ -455,8 +455,43 @@ vlan 508
description Ring #8 | CCF-MRV-155787-ENET PORT5 | SYRCNYG4M88 description Ring #8 | CCF-MRV-155787-ENET PORT5 | SYRCNYG4M88
vlan 509 vlan 509
name TestRing name TestRing
vlan 521
description Ring_#1_sh-core-a
vlan 522
description Ring_#2_sh-core-a
vlan 523
description Ring_#3_sh-core-a
vlan 524
description Ring_#4_sh-core-a
vlan 525 vlan 525
name stub name stub
description Ring_#5_sh-core-a
vlan 526
description Ring_#6_sh-core-a
vlan 527
description Ring_#7_sh-core-a
vlan 528
description Ring_#8_sh-core-a
vlan 529
description Ring_#9_sh-core-a
vlan 531
description Ring_#1_sh-core-b
vlan 532
description Ring_#2_sh-core-b
vlan 533
description Ring_#3_sh-core-b
vlan 534
description Ring_#4_sh-core-b
vlan 535
description Ring_#5_sh-core-b
vlan 536
description Ring_#6_sh-core-b
vlan 537
description Ring_#7_sh-core-b
vlan 538
description Ring_#8_sh-core-b
vlan 539
description Ring_#9_sh-core-b
vlan 699 vlan 699
name SCSDDCDefaultVLAN name SCSDDCDefaultVLAN
vlan 995 vlan 995
@ -480,7 +515,7 @@ spanning-tree
spanning-tree priority 2 spanning-tree priority 2
spanning-tree trap topology-change instance 0 spanning-tree trap topology-change instance 0
spanning-tree ignore-pvid-inconsistency spanning-tree ignore-pvid-inconsistency
spanning-tree vlan 3,5,6,10,12,18,20,21,30,35,40,45,48,50,70,72,99,101,107,114,140,150,151,164,168,172,175-179,200,203,230,252,254,302-304,306-310,313-316,320-325,327-330,333,334,336,337,340-342,344-349,351,353-357,360,366,386,402-404,406-410,413-416,420-425,427-430,433,434,436,437,440-442,444-449,451,453-457,460,466,486,500-509,525,699,995,999,2180,2999,3000 spanning-tree vlan 3,5,6,10,12,18,20,21,30,35,40,45,48,50,70,72,99,101,107,114,140,150,151,164,168,172,175-179,200,203,230,252,254,302-304,306-310,313-316,320-325,327-330,333,334,336,337,340-342,344-349,351,353-357,360,366,386,402-404,406-410,413-416,420-425,427-430,433,434,436,437,440-442,444-449,451,453-457,460,466,486,500-509,521-529,531-539,699,995,999,2180,2999,3000
spanning-tree vlan 3 priority 5 spanning-tree vlan 3 priority 5
spanning-tree vlan 5 priority 5 spanning-tree vlan 5 priority 5
spanning-tree vlan 6 priority 5 spanning-tree vlan 6 priority 5
@ -615,7 +650,24 @@ spanning-tree vlan 506 priority 5
spanning-tree vlan 507 priority 5 spanning-tree vlan 507 priority 5
spanning-tree vlan 508 priority 5 spanning-tree vlan 508 priority 5
spanning-tree vlan 509 priority 5 spanning-tree vlan 509 priority 5
spanning-tree vlan 525 priority 5 spanning-tree vlan 521 priority 3
spanning-tree vlan 522 priority 3
spanning-tree vlan 523 priority 3
spanning-tree vlan 524 priority 3
spanning-tree vlan 525 priority 3
spanning-tree vlan 526 priority 3
spanning-tree vlan 527 priority 3
spanning-tree vlan 528 priority 3
spanning-tree vlan 529 priority 3
spanning-tree vlan 531 priority 3
spanning-tree vlan 532 priority 3
spanning-tree vlan 533 priority 3
spanning-tree vlan 534 priority 3
spanning-tree vlan 535 priority 3
spanning-tree vlan 536 priority 3
spanning-tree vlan 537 priority 3
spanning-tree vlan 538 priority 3
spanning-tree vlan 539 priority 3
spanning-tree vlan 699 priority 5 spanning-tree vlan 699 priority 5
spanning-tree vlan 995 priority 5 spanning-tree vlan 995 priority 5
spanning-tree vlan 999 priority 5 spanning-tree vlan 999 priority 5
@ -1992,6 +2044,69 @@ interface vlan 486
ip helper-address 10.1.40.117 ip helper-address 10.1.40.117
ip helper-address 10.21.48.20 ip helper-address 10.21.48.20
ip ospf 1 area 0.0.0.0 ip ospf 1 area 0.0.0.0
interface vlan 521
description Ring #1 | CCF-ADVA-381062-ENET PORT5 | SYRCNYG4M811
ip address 10.254.221.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 522
description Ring #2 | CCF-ADVA-387648-ENET PORT5 | SYRCNYS8M83
ip address 10.254.222.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 523
description Ring #3 | CCF-ADVA-387667-ENET PORT5 | SYRCNY8M85
ip address 10.254.223.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 524
description Ring #4 | CCF-ADVA-387669-ENET PORT5 | SYRCNYS8M89
ip address 10.254.224.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 525
description Ring #5 | CCF-ADVA-255237-ENET PORT5 | SYRCNYS8M86
ip address 10.254.225.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 526
description Ring #6 | CCF-ADVA-255238-ENET PORT5 | SYRCNYS8M10
ip address 10.254.226.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 527
description Ring #7 | CCF-ADVA-255239-ENET PORT5 | SYRCNYS8M87
ip address 10.254.227.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 528
description Ring #8 | CCF-ADVA-387671-ENET PORT5 | SYRCNYS8M88
ip address 10.254.228.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 529
description Ring #9 | CCF-ADVA-381063-ENET PORT5 | SYRCNYS8M84
ip address 10.254.229.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 1000
ip pim-sparse enable
interface vlan 2180 interface vlan 2180
description Nutanix mgmt sh-noc description Nutanix mgmt sh-noc
ip address 10.114.180.4/24 ip address 10.114.180.4/24

View File

@ -454,8 +454,43 @@ vlan 508
description Ring #8 | CCF-MRV-155787-ENET PORT5 | SYRCNYG4M88 description Ring #8 | CCF-MRV-155787-ENET PORT5 | SYRCNYG4M88
vlan 509 vlan 509
name TestRing name TestRing
vlan 521
description Ring_#1_sh-core-a
vlan 522
description Ring_#2_sh-core-a
vlan 523
description Ring_#3_sh-core-a
vlan 524
description Ring_#4_sh-core-a
vlan 525 vlan 525
name stub name stub
description Ring_#5_sh-core-a
vlan 526
description Ring_#6_sh-core-a
vlan 527
description Ring_#7_sh-core-a
vlan 528
description Ring_#8_sh-core-a
vlan 529
description Ring_#9_sh-core-a
vlan 531
description Ring_#1_sh-core-b
vlan 532
description Ring_#2_sh-core-b
vlan 533
description Ring_#3_sh-core-b
vlan 534
description Ring_#4_sh-core-b
vlan 535
description Ring_#5_sh-core-b
vlan 536
description Ring_#6_sh-core-b
vlan 537
description Ring_#7_sh-core-b
vlan 538
description Ring_#8_sh-core-b
vlan 539
description Ring_#9_sh-core-b
vlan 699 vlan 699
name SCSDDCDefaultVLAN name SCSDDCDefaultVLAN
vlan 995 vlan 995
@ -479,7 +514,7 @@ spanning-tree
spanning-tree priority 2 spanning-tree priority 2
spanning-tree trap topology-change instance 0 spanning-tree trap topology-change instance 0
spanning-tree ignore-pvid-inconsistency spanning-tree ignore-pvid-inconsistency
spanning-tree vlan 3,5,6,10,12,18,20,21,30,35,40,45,48,50,70,72,99,101,107,114,140,150,151,164,168,172,175-179,200,203,230,252,254,302-304,306-310,313-316,320-325,327-330,333,334,336,337,340-342,344-349,351,353-357,360,366,386,402-404,406-410,413-416,420-425,427-430,433,434,436,437,440-442,444-449,451,453-457,460,466,486,500-509,525,699,995,999,2180,2999,3000 spanning-tree vlan 3,5,6,10,12,18,20,21,30,35,40,45,48,50,70,72,99,101,107,114,140,150,151,164,168,172,175-179,200,203,230,252,254,302-304,306-310,313-316,320-325,327-330,333,334,336,337,340-342,344-349,351,353-357,360,366,386,402-404,406-410,413-416,420-425,427-430,433,434,436,437,440-442,444-449,451,453-457,460,466,486,500-509,521-529,531-539,699,995,999,2180,2999,3000
spanning-tree vlan 3 priority 5 spanning-tree vlan 3 priority 5
spanning-tree vlan 5 priority 5 spanning-tree vlan 5 priority 5
spanning-tree vlan 6 priority 5 spanning-tree vlan 6 priority 5
@ -614,7 +649,24 @@ spanning-tree vlan 506 priority 5
spanning-tree vlan 507 priority 5 spanning-tree vlan 507 priority 5
spanning-tree vlan 508 priority 5 spanning-tree vlan 508 priority 5
spanning-tree vlan 509 priority 5 spanning-tree vlan 509 priority 5
spanning-tree vlan 525 priority 5 spanning-tree vlan 521 priority 3
spanning-tree vlan 522 priority 3
spanning-tree vlan 523 priority 3
spanning-tree vlan 524 priority 3
spanning-tree vlan 525 priority 3
spanning-tree vlan 526 priority 3
spanning-tree vlan 527 priority 3
spanning-tree vlan 528 priority 3
spanning-tree vlan 529 priority 3
spanning-tree vlan 531 priority 3
spanning-tree vlan 532 priority 3
spanning-tree vlan 533 priority 3
spanning-tree vlan 534 priority 3
spanning-tree vlan 535 priority 3
spanning-tree vlan 536 priority 3
spanning-tree vlan 537 priority 3
spanning-tree vlan 538 priority 3
spanning-tree vlan 539 priority 3
spanning-tree vlan 699 priority 5 spanning-tree vlan 699 priority 5
spanning-tree vlan 995 priority 5 spanning-tree vlan 995 priority 5
spanning-tree vlan 999 priority 5 spanning-tree vlan 999 priority 5
@ -1984,6 +2036,69 @@ interface vlan 486
ip helper-address 10.1.40.117 ip helper-address 10.1.40.117
ip helper-address 10.21.48.20 ip helper-address 10.21.48.20
ip ospf 1 area 0.0.0.0 ip ospf 1 area 0.0.0.0
interface vlan 531
description Ring #1 | CCF-ADVA-381062-ENET PORT6 | SYRCNYG4M811
ip address 10.254.231.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable
interface vlan 532
description Ring #2 | CCF-ADVA-387648-ENET PORT6 | SYRCNYS8M83
ip address 10.254.232.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable
interface vlan 533
description Ring #3 | CCF-ADVA-387667-ENET PORT6 | SYRCNY8M85
ip address 10.254.233.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable
interface vlan 534
description Ring #4 | CCF-ADVA-387669-ENET PORT6 | SYRCNYS8M89
ip address 10.254.234.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable
interface vlan 535
description Ring #5 | CCF-ADVA-255237-ENET PORT6 | SYRCNYS8M86
ip address 10.254.235.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable
interface vlan 536
description Ring #6 | CCF-ADVA-255238-ENET PORT6 | SYRCNYS8M10
ip address 10.254.236.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable
interface vlan 537
description Ring #7 | CCF-ADVA-255239-ENET PORT6 | SYRCNYS8M87
ip address 10.254.237.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable
interface vlan 538
description Ring #8 | CCF-ADVA-387671-ENET PORT6 | SYRCNYS8M88
ip address 10.254.238.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable
interface vlan 539
description Ring #9 | CCF-ADVA-381063-ENET PORT6 | SYRCNYS8M84
ip address 10.254.239.251/24
ip ospf 1 area 0.0.0.0
no ip ospf passive
ip ospf cost 2000
ip pim-sparse enable
interface vlan 2180 interface vlan 2180
description Nutanix mgmt sh-noc description Nutanix mgmt sh-noc
ip address 10.114.180.5/24 ip address 10.114.180.5/24

View File

@ -456,12 +456,45 @@ vlan 508
description Ring #8 | CCF-MRV-155787-ENET PORT5 | SYRCNYG4M88 description Ring #8 | CCF-MRV-155787-ENET PORT5 | SYRCNYG4M88
vlan 509 vlan 509
name TestRing name TestRing
vlan 521
description Ring_#1_sh-core-a
vlan 522
description Ring_#2_sh-core-a
vlan 523
description Ring_#3_sh-core-a
vlan 524
description Ring_#4_sh-core-a
vlan 525 vlan 525
name stub name stub
description Ring_#5_sh-core-a
vlan 526
description Ring_#6_sh-core-a
vlan 527
description Ring_#7_sh-core-a
vlan 528
description Ring_#8_sh-core-a
vlan 529
description Ring_#9_sh-core-a
vlan 531
description Ring_#1_sh-core-b
vlan 532
description Ring_#2_sh-core-b
vlan 533
description Ring_#3_sh-core-b
vlan 534
description Ring_#4_sh-core-b
vlan 535
description Ring_#5_sh-core-b
vlan 536
description Ring_#6_sh-core-b
vlan 537 vlan 537
name Nysernet_RE name Nysernet_RE
description Ring_#7_sh-core-b
vlan 538 vlan 538
name Nysernet_CDN name Nysernet_CDN
description Ring_#8_sh-core-b
vlan 539
description Ring_#9_sh-core-b
vlan 699 vlan 699
name SCSDDCDefaultVLAN name SCSDDCDefaultVLAN
vlan 995 vlan 995
@ -487,7 +520,7 @@ spanning-tree
spanning-tree priority 2 spanning-tree priority 2
spanning-tree trap topology-change instance 0 spanning-tree trap topology-change instance 0
spanning-tree ignore-pvid-inconsistency spanning-tree ignore-pvid-inconsistency
spanning-tree vlan 3,5-7,9-12,16,18-21,24,30,34,35,40,45,48,50,60,70,72,99-101,107,114,140,145,150,151,160,161,164,165,168,172-179,200,203,230,251,252,302-304,306-310,313-316,320-325,328-330,333,334,336,337,340-342,344,345,348,349,351,353-356,360,386,402-404,406-410,413-416,420-425,428-430,433,434,436,437,440-442,444,445,448,449,451,453-456,460,486,500-509,525,699,995,999,2180,2999,3000 spanning-tree vlan 3,5-7,9-12,16,18-21,24,30,34,35,40,45,48,50,60,70,72,99-101,107,114,140,145,150,151,160,161,164,165,168,172-179,200,203,230,251,252,302-304,306-310,313-316,320-325,328-330,333,334,336,337,340-342,344,345,348,349,351,353-356,360,386,402-404,406-410,413-416,420-425,428-430,433,434,436,437,440-442,444,445,448,449,451,453-456,460,486,500-509,521-529,531-539,699,995,999,2180,2999,3000
spanning-tree vlan 3 priority 12 spanning-tree vlan 3 priority 12
spanning-tree vlan 5 priority 12 spanning-tree vlan 5 priority 12
spanning-tree vlan 6 priority 12 spanning-tree vlan 6 priority 12
@ -627,7 +660,24 @@ spanning-tree vlan 506 priority 12
spanning-tree vlan 507 priority 12 spanning-tree vlan 507 priority 12
spanning-tree vlan 508 priority 12 spanning-tree vlan 508 priority 12
spanning-tree vlan 509 priority 12 spanning-tree vlan 509 priority 12
spanning-tree vlan 521 priority 12
spanning-tree vlan 522 priority 12
spanning-tree vlan 523 priority 12
spanning-tree vlan 524 priority 12
spanning-tree vlan 525 priority 12 spanning-tree vlan 525 priority 12
spanning-tree vlan 526 priority 12
spanning-tree vlan 527 priority 12
spanning-tree vlan 528 priority 12
spanning-tree vlan 529 priority 12
spanning-tree vlan 531 priority 12
spanning-tree vlan 532 priority 12
spanning-tree vlan 533 priority 12
spanning-tree vlan 534 priority 12
spanning-tree vlan 535 priority 12
spanning-tree vlan 536 priority 12
spanning-tree vlan 537 priority 12
spanning-tree vlan 538 priority 12
spanning-tree vlan 539 priority 12
spanning-tree vlan 699 priority 12 spanning-tree vlan 699 priority 12
spanning-tree vlan 995 priority 12 spanning-tree vlan 995 priority 12
spanning-tree vlan 999 priority 12 spanning-tree vlan 999 priority 12
@ -710,6 +760,12 @@ interface 1/1/3
no shutdown no shutdown
no routing no routing
vlan access 1298 vlan access 1298
interface 1/1/14
description Ring#4
no shutdown
no routing
vlan trunk native 699
vlan trunk allowed 524
interface 1/1/32 interface 1/1/32
description Uplink LAG shea-noc-6300-sw1 description Uplink LAG shea-noc-6300-sw1
no shutdown no shutdown

View File

@ -456,13 +456,45 @@ vlan 508
description Ring #8 | CCF-MRV-155787-ENET PORT5 | SYRCNYG4M88 description Ring #8 | CCF-MRV-155787-ENET PORT5 | SYRCNYG4M88
vlan 509 vlan 509
name TestRing name TestRing
vlan 521
description Ring_#1_sh-core-a
vlan 522
description Ring_#2_sh-core-a
vlan 523
description Ring_#3_sh-core-a
vlan 524
description Ring_#4_sh-core-a
vlan 525 vlan 525
name stub name stub
description Ring_#5_sh-core-a
vlan 526
description Ring_#6_sh-core-a
vlan 527
description Ring_#7_sh-core-a
vlan 528
description Ring_#8_sh-core-a
vlan 529
description Ring_#9_sh-core-a
vlan 531
description Ring_#1_sh-core-b
vlan 532
description Ring_#2_sh-core-b
vlan 533
description Ring_#3_sh-core-b
vlan 534
description Ring_#4_sh-core-b
vlan 535
description Ring_#5_sh-core-b
vlan 536 vlan 536
description Ring_#6_sh-core-b
vlan 537 vlan 537
name Nysernet_RE name Nysernet_RE
description Ring_#7_sh-core-b
vlan 538 vlan 538
name Nysernet_CDN name Nysernet_CDN
description Ring_#8_sh-core-b
vlan 539
description Ring_#9_sh-core-b
vlan 699 vlan 699
name SCSDDCDefaultVLAN name SCSDDCDefaultVLAN
vlan 995 vlan 995
@ -488,7 +520,7 @@ spanning-tree
spanning-tree priority 2 spanning-tree priority 2
spanning-tree trap topology-change instance 0 spanning-tree trap topology-change instance 0
spanning-tree ignore-pvid-inconsistency spanning-tree ignore-pvid-inconsistency
spanning-tree vlan 3,5-7,9-12,16,18-21,24,30,34,35,40,45,48,50,60,70,72,99-101,107,114,140,145,150,151,160,161,164,165,168,172-179,200,203,230,251,252,302-304,306-310,313-316,320-325,328-330,333,334,336,337,340-342,344,345,348,349,351,353-356,360,386,402-404,406-410,413-416,420-425,428-430,433,434,436,437,440-442,444,445,448,449,451,453-456,460,486,500-509,525,699,995,999,2180,2999,3000 spanning-tree vlan 3,5-7,9-12,16,18-21,24,30,34,35,40,45,48,50,60,70,72,99-101,107,114,140,145,150,151,160,161,164,165,168,172-179,200,203,230,251,252,302-304,306-310,313-316,320-325,328-330,333,334,336,337,340-342,344,345,348,349,351,353-356,360,386,402-404,406-410,413-416,420-425,428-430,433,434,436,437,440-442,444,445,448,449,451,453-456,460,486,500-509,521-529,531-539,699,995,999,2180,2999,3000
spanning-tree vlan 3 priority 12 spanning-tree vlan 3 priority 12
spanning-tree vlan 5 priority 12 spanning-tree vlan 5 priority 12
spanning-tree vlan 6 priority 12 spanning-tree vlan 6 priority 12
@ -628,7 +660,24 @@ spanning-tree vlan 506 priority 12
spanning-tree vlan 507 priority 12 spanning-tree vlan 507 priority 12
spanning-tree vlan 508 priority 12 spanning-tree vlan 508 priority 12
spanning-tree vlan 509 priority 12 spanning-tree vlan 509 priority 12
spanning-tree vlan 521 priority 12
spanning-tree vlan 522 priority 12
spanning-tree vlan 523 priority 12
spanning-tree vlan 524 priority 12
spanning-tree vlan 525 priority 12 spanning-tree vlan 525 priority 12
spanning-tree vlan 526 priority 12
spanning-tree vlan 527 priority 12
spanning-tree vlan 528 priority 12
spanning-tree vlan 529 priority 12
spanning-tree vlan 531 priority 12
spanning-tree vlan 532 priority 12
spanning-tree vlan 533 priority 12
spanning-tree vlan 534 priority 12
spanning-tree vlan 535 priority 12
spanning-tree vlan 536 priority 12
spanning-tree vlan 537 priority 12
spanning-tree vlan 538 priority 12
spanning-tree vlan 539 priority 12
spanning-tree vlan 699 priority 12 spanning-tree vlan 699 priority 12
spanning-tree vlan 995 priority 12 spanning-tree vlan 995 priority 12
spanning-tree vlan 999 priority 12 spanning-tree vlan 999 priority 12
@ -699,6 +748,52 @@ interface lag 256
interface 1/1/1 interface 1/1/1
no shutdown no shutdown
lag 120 lag 120
interface 1/1/11
description Ring#1
no routing
vlan trunk native 699
vlan trunk allowed 531
interface 1/1/12
description Ring#2
no routing
vlan trunk native 699
vlan trunk allowed 532
interface 1/1/13
description Ring#3
no routing
vlan trunk native 699
vlan trunk allowed 533
interface 1/1/14
description Ring#4
no shutdown
no routing
vlan trunk native 699
vlan trunk allowed 534
interface 1/1/15
description Ring#5
no routing
vlan trunk native 699
vlan trunk allowed 535
interface 1/1/16
description Ring#6
no routing
vlan trunk native 699
vlan trunk allowed 536
interface 1/1/17
description Ring#7
no routing
vlan trunk native 699
vlan trunk allowed 537
interface 1/1/18
description Ring#8
no routing
vlan trunk native 699
vlan trunk allowed 538
interface 1/1/19
description Ring#9
no routing
vlan trunk native 699
vlan trunk allowed 539
interface 1/1/32 interface 1/1/32
description Uplink LAG shea-noc-6300-sw2 description Uplink LAG shea-noc-6300-sw2
no shutdown no shutdown

View File

@ -1,9 +1,9 @@
Building configuration... Building configuration...
Current configuration : 33305 bytes Current configuration : 33658 bytes
! !
! Last configuration change at 13:45:36 EDT Mon Jun 30 2025 by josoto73.admin ! Last configuration change at 21:10:58 EDT Wed Aug 13 2025 by jpoland.oa
! NVRAM config last updated at 13:45:37 EDT Mon Jun 30 2025 by josoto73.admin ! NVRAM config last updated at 23:19:35 EDT Wed Aug 13 2025 by jpoland.oa
! !
version 15.2 version 15.2
no service pad no service pad
@ -346,8 +346,8 @@ interface TenGigabitEthernet1/11
! !
interface TenGigabitEthernet1/12 interface TenGigabitEthernet1/12
description to Ring #4 CCF Service #S200306 description to Ring #4 CCF Service #S200306
switchport trunk allowed vlan 504,514 switchport trunk allowed vlan 504,514,524,534
switchport trunk native vlan 525 switchport trunk native vlan 699
switchport mode trunk switchport mode trunk
ip flow monitor netflow-monitor input ip flow monitor netflow-monitor input
udld port disable udld port disable
@ -985,16 +985,27 @@ interface Vlan504
description to Ring #4 CCF Service #S200306 description to Ring #4 CCF Service #S200306
ip address 10.250.204.56 255.255.255.0 ip address 10.250.204.56 255.255.255.0
ip pim sparse-mode ip pim sparse-mode
ip ospf cost 3000
! !
interface Vlan514 interface Vlan514
description to Ring description to Ring
ip address 10.250.214.56 255.255.255.0 ip address 10.254.214.56 255.255.255.0
ip pim sparse-mode ip pim sparse-mode
ip ospf cost 2000 ip ospf cost 4000
!
interface Vlan524
ip address 10.254.224.56 255.255.255.0
ip pim sparse-mode
ip ospf cost 1000
! !
interface Vlan525 interface Vlan525
no ip address no ip address
! !
interface Vlan534
ip address 10.254.234.56 255.255.255.0
ip pim sparse-mode
ip ospf cost 2000
!
router ospf 315 router ospf 315
router-id 56.56.56.56 router-id 56.56.56.56
area 204 nssa area 204 nssa
@ -1002,9 +1013,13 @@ router ospf 315
passive-interface default passive-interface default
no passive-interface Vlan504 no passive-interface Vlan504
no passive-interface Vlan514 no passive-interface Vlan514
no passive-interface Vlan524
no passive-interface Vlan534
network 10.56.0.0 0.0.255.255 area 204 network 10.56.0.0 0.0.255.255 area 204
network 10.250.204.56 0.0.0.0 area 0 network 10.250.204.56 0.0.0.0 area 0
network 10.250.214.56 0.0.0.0 area 0 network 10.254.214.56 0.0.0.0 area 0
network 10.254.224.56 0.0.0.0 area 0
network 10.254.234.56 0.0.0.0 area 0
network 192.168.56.0 0.0.0.255 area 204 network 192.168.56.0 0.0.0.255 area 204
! !
ip default-gateway 192.168.56.1 ip default-gateway 192.168.56.1