[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Wed May 25 12:00:40 CDT 2011
Index: core1.okc-mx960.onenet.net
===================================================================
--- core1.okc-mx960.onenet.net (revision 12119)
+++ core1.okc-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE1-MX960-RE0> show system commit
+# 2011-05-25 11:28:11 CDT by jeremyt via cli commit confirmed, rollback in 3mins synchronize
# 2011-05-25 09:15:08 CDT by von via cli commit confirmed, rollback in 1mins synchronize
# 2011-05-18 14:16:18 CDT by cjensen via cli commit synchronize
# 2011-05-18 14:12:57 CDT by cjensen via cli commit synchronize
# 2011-05-17 14:04:14 CDT by todd via cli commit synchronize
# 2011-05-17 09:44:55 CDT by von via cli commit synchronize
-# 2011-05-17 09:44:36 CDT by von via cli commit confirmed, rollback in 1mins synchronize
# grnoc-mon at OKC-CORE1-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -343,7 +343,7 @@
# grnoc-mon at OKC-CORE1-MX960-RE0> show system uptime
# System booted: 2011-03-25 14:25 CDT
# Protocols started: 2011-03-25 14:26 CDT
-# Last configured: 2011-05-25 09:15 CDT by von
+# Last configured: 2011-05-25 11:28 CDT by jeremyt
#
# {master}
# grnoc-mon at OKC-CORE1-MX960-RE0> show interface terse
@@ -429,7 +429,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE1-MX960-RE0> show configuration
-## Last commit: 2011-05-25 09:15:08 CDT by von
+## Last commit: 2011-05-25 11:28:11 CDT by jeremyt
version 10.4R3.4;
groups {
re0 {
@@ -1020,6 +1020,7 @@
}
}
policy-options {
+ prefix-list EBGP-IPV4-NEIGHBORS;
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1098,6 +1099,44 @@
}
firewall {
family inet {
+ filter FLOW-INFO {
+ term ALL_FLOW {
+ from {
+ source-address {
+ 0.0.0.0/0;
+ }
+ destination-address {
+ 0.0.0.0/0;
+ }
+ }
+ then sample;
+ }
+ term REJECT_ALL {
+ then {
+ reject;
+ }
+ }
+ }
+ filter WEB-FILTER {
+ term 1 {
+ from {
+ source-address {
+ 164.58.0.0/16;
+ 156.110.0.0/16;
+ }
+ port [ http ftp nntp ];
+ }
+ then {
+ count WEB-FILTER;
+ log;
+ port-mirror;
+ accept;
+ }
+ }
+ term 2 {
+ then accept;
+ }
+ }
filter PROTECT-RE {
term SERVICES {
from {
@@ -1121,14 +1160,25 @@
from {
source-address {
164.58.199.0/24;
- 164.58.15.0/24;
+ 164.58.0.0/16;
+ 156.110.0.0/16;
}
protocol ospf;
}
then accept;
}
- term IBGP-allow {
+ term EBGP-ALLOW {
from {
+ prefix-list {
+ EBGP-IPV4-NEIGHBORS;
+ }
+ protocol tcp;
+ port 179;
+ }
+ then accept;
+ }
+ term IBGP-ALLOW {
+ from {
source-address {
164.58.199.216/32;
164.58.199.226/32;
@@ -1147,7 +1197,7 @@
}
term SERVICES-OUTBOUND {
from {
- source-port [ domain ntp ssh ];
+ source-port [ domain ntp ssh syslog ftp 7804 telnet ];
}
then accept;
}
@@ -1165,6 +1215,7 @@
from {
source-address {
164.58.10.1/32;
+ 164.58.199.0/24;
}
protocol udp;
port ntp;
@@ -1187,7 +1238,8 @@
from {
source-address {
164.58.199.0/24;
- 164.58.15.0/24;
+ 164.58.0.0/16;
+ 156.110.0.0/16;
}
port ldp;
}
@@ -1196,7 +1248,7 @@
from {
source-address {
164.58.199.0/24;
- 164.58.15.0/24;
+ 164.58.0.0/16;
}
protocol pim;
}
@@ -1205,7 +1257,7 @@
term BFD-ALLOW {
from {
source-address {
- 164.58.15.0/24;
+ 164.58.0.0/16;
}
protocol udp;
port [ 3784 3785 ];
@@ -1227,44 +1279,6 @@
}
}
}
- filter FLOW-INFO {
- term ALL_FLOW {
- from {
- source-address {
- 0.0.0.0/0;
- }
- destination-address {
- 0.0.0.0/0;
- }
- }
- then sample;
- }
- term REJECT_ALL {
- then {
- reject;
- }
- }
- }
- filter WEB-FILTER {
- term 1 {
- from {
- source-address {
- 164.58.0.0/16;
- 156.110.0.0/16;
- }
- port [ http ftp nntp ];
- }
- then {
- count WEB-FILTER;
- log;
- port-mirror;
- accept;
- }
- }
- term 2 {
- then accept;
- }
- }
}
}
routing-instances {
Index: hub.chi.onenet.net
===================================================================
--- hub.chi.onenet.net (revision 12105)
+++ hub.chi.onenet.net (working copy)
@@ -311,8 +311,8 @@
#t1-2/0/2:2 up down
#t1-2/0/2:3 up up
#t1-2/0/2:3.0 up up
-#t1-2/0/2:4 up down
-#t1-2/0/2:4.0 up down
+#t1-2/0/2:4 up up
+#t1-2/0/2:4.0 up up
#t1-2/0/2:5 up up
#t1-2/0/2:5.0 up up
#t1-2/0/2:6 up up
Index: core3.tul.ptc.mx480.onenet.net
===================================================================
--- core3.tul.ptc.mx480.onenet.net (revision 12120)
+++ core3.tul.ptc.mx480.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-PTC1-MX480-RE0> show system commit
+# 2011-05-25 11:25:20 CDT by jeremyt via cli commit confirmed, rollback in 3mins synchronize
# 2011-05-25 09:09:32 CDT by todd via cli commit synchronize
# 2011-05-24 14:51:05 CDT by todd via cli commit synchronize
# 2011-05-24 14:27:21 CDT by todd via cli commit synchronize
# 2011-05-19 10:50:04 CDT by admin via cli commit synchronize
# 2011-05-19 10:46:08 CDT by admin via cli commit synchronize
-# 2011-05-19 09:39:05 CDT by admin via cli commit synchronize
# grnoc-mon at TULSA-PTC1-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -275,7 +275,7 @@
# grnoc-mon at TULSA-PTC1-MX480-RE0> show system uptime
# System booted: 2011-03-24 17:50 CDT
# Protocols started: 2011-04-05 15:45 CDT
-# Last configured: 2011-05-25 09:09 CDT by todd
+# Last configured: 2011-05-25 11:25 CDT by jeremyt
#
# {master}
# grnoc-mon at TULSA-PTC1-MX480-RE0> show interface terse
@@ -339,7 +339,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-PTC1-MX480-RE0> show configuration
-## Last commit: 2011-05-25 09:09:32 CDT by todd
+## Last commit: 2011-05-25 11:25:20 CDT by jeremyt
version 10.4R3.4;
groups {
re0 {
@@ -686,6 +686,7 @@
}
}
policy-options {
+ prefix-list EBGP-IPV4-NEIGHBORS;
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -764,6 +765,24 @@
}
firewall {
family inet {
+ filter FLOW-INFO {
+ term ALL_FLOW {
+ from {
+ source-address {
+ 0.0.0.0/0;
+ }
+ destination-address {
+ 0.0.0.0/0;
+ }
+ }
+ then sample;
+ }
+ term REJECT_ALL {
+ then {
+ reject;
+ }
+ }
+ }
filter PROTECT-RE {
term SERVICES {
from {
@@ -787,14 +806,25 @@
from {
source-address {
164.58.199.0/24;
- 164.58.15.0/24;
+ 164.58.0.0/16;
+ 156.110.0.0/16;
}
protocol ospf;
}
then accept;
}
- term IBGP-allow {
+ term EBGP-ALLOW {
from {
+ prefix-list {
+ EBGP-IPV4-NEIGHBORS;
+ }
+ protocol tcp;
+ port 179;
+ }
+ then accept;
+ }
+ term IBGP-ALLOW {
+ from {
source-address {
164.58.199.216/32;
164.58.199.226/32;
@@ -813,7 +843,7 @@
}
term SERVICES-OUTBOUND {
from {
- source-port [ domain ntp ssh ];
+ source-port [ domain ntp ssh syslog ftp 7804 telnet ];
}
then accept;
}
@@ -831,6 +861,7 @@
from {
source-address {
164.58.10.1/32;
+ 164.58.199.0/24;
}
protocol udp;
port ntp;
@@ -853,7 +884,8 @@
from {
source-address {
164.58.199.0/24;
- 164.58.15.0/24;
+ 164.58.0.0/16;
+ 156.110.0.0/16;
}
port ldp;
}
@@ -862,7 +894,7 @@
from {
source-address {
164.58.199.0/24;
- 164.58.15.0/24;
+ 164.58.0.0/16;
}
protocol pim;
}
@@ -871,13 +903,20 @@
term BFD-ALLOW {
from {
source-address {
- 164.58.15.0/24;
+ 164.58.0.0/16;
}
protocol udp;
port [ 3784 3785 ];
}
then accept;
}
+ term TRACEROUTE-ALLOW {
+ from {
+ protocol udp;
+ destination-port 33434-33523;
+ }
+ then accept;
+ }
term DENY_ALL {
then {
log;
@@ -886,24 +925,6 @@
}
}
}
- filter FLOW-INFO {
- term ALL_FLOW {
- from {
- source-address {
- 0.0.0.0/0;
- }
- destination-address {
- 0.0.0.0/0;
- }
- }
- then sample;
- }
- term REJECT_ALL {
- then {
- reject;
- }
- }
- }
}
}
inactive: services {
Index: hub.elr.onenet.net
===================================================================
--- hub.elr.onenet.net (revision 12111)
+++ hub.elr.onenet.net (working copy)
@@ -340,8 +340,8 @@
#t1-2/0/2:20.0 up up
#t1-2/0/2:21 up up
#t1-2/0/2:21.0 up up
-#t1-2/0/2:22 up down
-#t1-2/0/2:22.0 up down
+#t1-2/0/2:22 up up
+#t1-2/0/2:22.0 up up
#t1-2/0/2:23 up down
#t1-2/0/2:24 up down
#t1-2/0/2:25 up down
Index: core2-okc-mx960.onenet.net
===================================================================
--- core2-okc-mx960.onenet.net (revision 12116)
+++ core2-okc-mx960.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE2-MX960-RE0> show system commit
+# 2011-05-25 11:30:52 CDT by jeremyt via cli commit confirmed, rollback in 3mins synchronize
# 2011-05-25 09:16:18 CDT by von via cli commit confirmed, rollback in 1mins synchronize
# 2011-05-25 09:15:55 CDT by root via other
# 2011-05-25 09:14:22 CDT by von via cli commit confirmed, rollback in 1mins synchronize
# 2011-05-23 15:38:57 CDT by admin via netconf commit synchronize
# 2011-05-23 15:38:53 CDT by admin via netconf commit synchronize
-# 2011-05-18 14:37:10 CDT by cjensen via cli commit synchronize
# grnoc-mon at OKC-CORE2-MX960-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -344,7 +344,7 @@
# grnoc-mon at OKC-CORE2-MX960-RE0> show system uptime
# System booted: 2011-03-27 16:16 CDT
# Protocols started: 2011-03-27 16:17 CDT
-# Last configured: 2011-05-25 09:16 CDT by von
+# Last configured: 2011-05-25 11:30 CDT by jeremyt
#
# {master}
# grnoc-mon at OKC-CORE2-MX960-RE0> show interface terse
@@ -431,7 +431,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE2-MX960-RE0> show configuration
-## Last commit: 2011-05-25 09:16:18 CDT by von
+## Last commit: 2011-05-25 11:30:52 CDT by jeremyt
version 10.4R3.4;
groups {
re0 {
@@ -1048,6 +1048,7 @@
}
}
policy-options {
+ prefix-list EBGP-IPV4-NEIGHBORS;
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1126,6 +1127,44 @@
}
firewall {
family inet {
+ filter FLOW-INFO {
+ term ALL_FLOW {
+ from {
+ source-address {
+ 0.0.0.0/0;
+ }
+ destination-address {
+ 0.0.0.0/0;
+ }
+ }
+ then sample;
+ }
+ term REJECT_ALL {
+ then {
+ reject;
+ }
+ }
+ }
+ filter WEB-FILTER {
+ term 1 {
+ from {
+ source-address {
+ 164.58.0.0/16;
+ 156.110.0.0/16;
+ }
+ port [ http ftp nntp ];
+ }
+ then {
+ count WEB-FILTER;
+ log;
+ port-mirror;
+ accept;
+ }
+ }
+ term 2 {
+ then accept;
+ }
+ }
filter PROTECT-RE {
term SERVICES {
from {
@@ -1149,14 +1188,25 @@
from {
source-address {
164.58.199.0/24;
- 164.58.15.0/24;
+ 164.58.0.0/16;
+ 156.110.0.0/16;
}
protocol ospf;
}
then accept;
}
- term IBGP-allow {
+ term EBGP-ALLOW {
from {
+ prefix-list {
+ EBGP-IPV4-NEIGHBORS;
+ }
+ protocol tcp;
+ port 179;
+ }
+ then accept;
+ }
+ term IBGP-ALLOW {
+ from {
source-address {
164.58.199.216/32;
164.58.199.226/32;
@@ -1168,13 +1218,14 @@
}
term ICMP-ALLOW {
from {
+ protocol icmp;
icmp-type [ echo-reply echo-request unreachable time-exceeded ];
}
then accept;
}
term SERVICES-OUTBOUND {
from {
- source-port [ domain ntp ssh ];
+ source-port [ domain ntp ssh syslog ftp 7804 telnet ];
}
then accept;
}
@@ -1192,6 +1243,7 @@
from {
source-address {
164.58.10.1/32;
+ 164.58.199.0/24;
}
protocol udp;
port ntp;
@@ -1214,7 +1266,8 @@
from {
source-address {
164.58.199.0/24;
- 164.58.15.0/24;
+ 164.58.0.0/16;
+ 156.110.0.0/16;
}
port ldp;
}
@@ -1223,7 +1276,7 @@
from {
source-address {
164.58.199.0/24;
- 164.58.15.0/24;
+ 164.58.0.0/16;
}
protocol pim;
}
@@ -1232,13 +1285,20 @@
term BFD-ALLOW {
from {
source-address {
- 164.58.15.0/24;
+ 164.58.0.0/16;
}
protocol udp;
port [ 3784 3785 ];
}
then accept;
}
+ term TRACEROUTE-ALLOW {
+ from {
+ protocol udp;
+ destination-port 33434-33523;
+ }
+ then accept;
+ }
term DENY_ALL {
then {
log;
@@ -1247,44 +1307,6 @@
}
}
}
- filter FLOW-INFO {
- term ALL_FLOW {
- from {
- source-address {
- 0.0.0.0/0;
- }
- destination-address {
- 0.0.0.0/0;
- }
- }
- then sample;
- }
- term REJECT_ALL {
- then {
- reject;
- }
- }
- }
- filter WEB-FILTER {
- term 1 {
- from {
- source-address {
- 164.58.0.0/16;
- 156.110.0.0/16;
- }
- port [ http ftp nntp ];
- }
- then {
- count WEB-FILTER;
- log;
- port-mirror;
- accept;
- }
- }
- term 2 {
- then accept;
- }
- }
}
}
routing-instances {
Index: hub.okm.onenet.net
===================================================================
--- hub.okm.onenet.net (revision 12134)
+++ hub.okm.onenet.net (working copy)
@@ -336,7 +336,7 @@
#t1-2/0/2:19.0 up up
#t1-2/0/2:20 up up
#t1-2/0/2:20.0 up down
-#t1-2/0/2:21 up up
+#t1-2/0/2:21 up down
#t1-2/0/2:21.0 up down
#t1-2/0/2:22 up up
#t1-2/0/2:22.0 up up
Index: hub.mus.onenet.net
===================================================================
--- hub.mus.onenet.net (revision 12020)
+++ hub.mus.onenet.net (working copy)
@@ -28,6 +28,8 @@
# FEB 3 Intake OK
# FEB 3 Exhaust A OK
# FEB 3 Exhaust B OK
+# FPC 0 Exhaust A OK
+# FPC 0 Exhaust B OK
# FPC 2 Exhaust A OK
# FPC 2 Exhaust B OK
# FPC 3 Exhaust A OK
@@ -68,6 +70,8 @@
# {master}
# grnoc-mon at MUSKOGEE-M120-RE0> show chassis firmware
# Part Type Version
+# FPC 0 ROM Juniper ROM Monitor Version 8.0b1
+# O/S Version 10.4R2.6 by builder on 2011-02-06 2
# FPC 2 ROM Juniper ROM Monitor Version 8.0b1
# O/S Version 10.4R2.6 by builder on 2011-02-06 2
# FPC 3 ROM Juniper ROM Monitor Version 8.0b1
@@ -79,6 +83,9 @@
#
# {master}
# grnoc-mon at MUSKOGEE-M120-RE0> show chassis fpc detail
+# Slot 0 information:
+# State Online
+# Total CPU DRAM 128 MB
# Slot 2 information:
# State Online
# Total CPU DRAM 128 MB
@@ -101,6 +108,9 @@
# Routing Engine 1 REV 10 740-014080 9009059265 RE-A-1000
# CB 0 REV 09 710-011403 YX3391 M120 Control Board
# CB 1 REV 09 710-011403 YX3229 M120 Control Board
+# FPC 0 REV 09 710-015908 YW7355 M120 CFPC 10GE
+# PIC 0 BUILTIN BUILTIN 1x 10GE(LAN/WAN) XFP
+# Xcvr 0 REV 02 740-014291 T10H57808 XFP-10G-ZR
# FPC 2 REV 05 710-015835 YS6337 M120 FPC Type 1
# PIC 0 REV 10 750-022076 YC0630 4x CHDS3/E3 IQE
# PIC 1 REV 14 750-002911 YY9849 4x F/E, 100 BASE-TX
@@ -134,6 +144,7 @@
# Routing Engine 1 REV 10 740-014080 9009059265 RE-A-1000-2048-S
# CB 0 REV 09 710-011403 YX3391 CB-M120-S
# CB 1 REV 09 710-011403 YX3229 CB-M120-S
+# FPC 0 REV 09 710-015908 YW7355 M120-cFPC-1XGE-XFP
# FPC 2 REV 05 710-015835 YS6337 M120-FPC1
# PIC 0 REV 10 750-022076 YC0630 PB-4CHDS3-E3-IQE-BNC
# PIC 1 REV 14 750-002911 YY9849 PB-4FE-TX
Index: hub.wil.onenet.net
===================================================================
--- hub.wil.onenet.net (revision 12115)
+++ hub.wil.onenet.net (working copy)
@@ -371,8 +371,8 @@
#t1-2/0/3:12.0 up up
#t1-2/0/3:13 up up
#t1-2/0/3:13.0 up up
-#t1-2/0/3:14 up up
-#t1-2/0/3:14.0 up up
+#t1-2/0/3:14 up down
+#t1-2/0/3:14.0 up down
#t1-2/0/3:15 up up
#t1-2/0/3:15.0 up up
#t1-2/0/3:16 up up
Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net (revision 12137)
+++ core3.okc-m120.onenet.net (working copy)
@@ -942,7 +942,7 @@
#t1-2/3/0:11:6.0 up up
#t1-2/3/0:11:7 up up
#t1-2/3/0:11:7.0 up up
-#t1-2/3/0:11:8 up up
+#t1-2/3/0:11:8 up down
#t1-2/3/0:11:8.0 up down
#t1-2/3/0:11:9 up up
#t1-2/3/0:11:9.0 up up
@@ -1164,13 +1164,13 @@
#t1-3/3/0:3:4.0 up up
#t1-3/3/0:3:5 up up
#t1-3/3/0:3:5.0 up up
-#t1-3/3/0:3:6 up down
+#t1-3/3/0:3:6 up up
#t1-3/3/0:3:6.0 up down
#t1-3/3/0:3:7 up down
#t1-3/3/0:3:7.0 up down
#t1-3/3/0:3:8 up up
#t1-3/3/0:3:8.0 up up
-#t1-3/3/0:3:9 up down
+#t1-3/3/0:3:9 up up
#t1-3/3/0:3:9.0 up down
#t1-3/3/0:3:10 up up
#t1-3/3/0:3:10.0 up up
@@ -1365,8 +1365,8 @@
#t1-3/3/0:6:26.0 up up
#t1-3/3/0:6:27 up up
#t1-3/3/0:6:27.0 up up
-#t1-3/3/0:6:28 up up
-#t1-3/3/0:6:28.0 up up
+#t1-3/3/0:6:28 up down
+#t1-3/3/0:6:28.0 up down
#coc1-3/3/0:7 up up
#ct3-3/3/0:7 up up
#t1-3/3/0:7:1 up down
@@ -1415,8 +1415,8 @@
#t1-3/3/0:7:24 up down
#t1-3/3/0:7:25 up up
#t1-3/3/0:7:25.0 up up
-#t1-3/3/0:7:26 up up
-#t1-3/3/0:7:26.0 up up
+#t1-3/3/0:7:26 up down
+#t1-3/3/0:7:26.0 up down
#t1-3/3/0:7:27 up down
#t1-3/3/0:7:28 up up
#t1-3/3/0:7:28.0 up up
Index: core4-mx480.onenet.net
===================================================================
--- core4-mx480.onenet.net (revision 12135)
+++ core4-mx480.onenet.net (working copy)
@@ -429,7 +429,7 @@
#xe-1/0/0.32767 up up
#xe-1/0/1 up down
#xe-1/1/0 up down
-#xe-1/1/1 up down
+#xe-1/1/1 up up
#lc-1/2/0 up up
#lc-1/2/0.32769 up up
#cbp0 up up
Index: opt.sti.onenet.net
===================================================================
--- opt.sti.onenet.net (revision 11362)
+++ opt.sti.onenet.net (working copy)
@@ -141,7 +141,7 @@
<interface name="CHAN-2-3-28-RX" abbr_name="CHAN-2-3-28-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
<interface name="CHAN-2-3-29-RX" abbr_name="CHAN-2-3-29-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
<interface name="CHAN-2-3-30-RX" abbr_name="CHAN-2-3-30-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
- <interface name="CHAN-2-3-31-RX" abbr_name="CHAN-2-3-31-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
+ <interface name="CHAN-2-3-31-RX" abbr_name="CHAN-2-3-31-RX" admin_state="up" spanning_tree_metric="" description="" type="MUX" monitoring_state="monitor"></interface>
<interface name="CHAN-2-3-32-RX" abbr_name="CHAN-2-3-32-RX" admin_state="down" spanning_tree_metric="" description="" type="MUX" monitoring_state="no-monitor"></interface>
<interface name="LINE-2-3-1" abbr_name="LINE-2-3-1" admin_state="up" spanning_tree_metric="" description="" type="COM" monitoring_state="monitor"></interface>
</part>
@@ -176,7 +176,7 @@
<interface name="CHAN-2-5-28-TX" abbr_name="CHAN-2-5-28-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
<interface name="CHAN-2-5-29-TX" abbr_name="CHAN-2-5-29-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
<interface name="CHAN-2-5-30-TX" abbr_name="CHAN-2-5-30-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
- <interface name="CHAN-2-5-31-TX" abbr_name="CHAN-2-5-31-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
+ <interface name="CHAN-2-5-31-TX" abbr_name="CHAN-2-5-31-TX" admin_state="up" spanning_tree_metric="" description="" type="DMX" monitoring_state="monitor"></interface>
<interface name="CHAN-2-5-32-TX" abbr_name="CHAN-2-5-32-TX" admin_state="down" spanning_tree_metric="" description="" type="DMX" monitoring_state="no-monitor"></interface>
<interface name="LINE-2-5-1" abbr_name="LINE-2-5-1" admin_state="up" spanning_tree_metric="" description="" type="COM" monitoring_state="monitor"></interface>
</part>
More information about the Nocrancid
mailing list