[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Mon Aug 18 15:02:17 CDT 2014


Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net	(revision 118781)
+++ configs/core4.okc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system commit 
+#   2014-08-18 14:52:50 CDT by andrew via cli commit synchronize
+#   2014-08-18 14:44:19 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 #   2014-08-18 12:50:18 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 #   2014-08-18 11:27:03 CDT by rnordmark via cli commit synchronize
 #   2014-08-18 11:05:10 CDT by rnordmark via cli commit synchronize
 #   2014-08-18 09:53:11 CDT by andrew via cli commit synchronize
-#   2014-08-18 08:53:41 CDT by andrew via cli commit synchronize
-#   2014-08-15 10:29:51 CDT by josh via cli commit synchronize
 # grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -412,7 +412,7 @@
 # grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime 
 # System booted: 2014-03-16 10:32 CDT 
 # Protocols started: 2014-03-16 10:34 CDT 
-# Last configured: 2014-08-18 12:50 CDT  by andrew
+# Last configured: 2014-08-18 14:52 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse 
@@ -707,7 +707,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE4-MX480-RE0> show configuration 
-## Last commit: 2014-08-18 12:50:18 CDT by andrew
+## Last commit: 2014-08-18 14:52:50 CDT by andrew
 version 12.3R5.7;
 groups {
     re0 {
@@ -1557,7 +1557,7 @@
             }
         }
         unit 2050 {
-            description "OIDS-NORMAN-50M-INTERNET | CIR0005438";
+            description OIDS-NORMAN-INTERNET-50M-CIR0005438;
             vlan-tags outer 205 inner 20;
             family inet {
                 sampling {
@@ -1567,7 +1567,7 @@
             }
         }
         unit 2051 {
-            description "OIDS-NORMAN-50M-MPLS | CIR0005438";
+            description OIDS-NORMAN-L3VPN-50M-CIR0005438;
             vlan-tags outer 205 inner 15;
             family inet {
                 sampling {
@@ -2459,6 +2459,10 @@
             description "OIDS-MANGUM-10M [ORDERED] | CIR0005440";
             vlan-id 827;
             family inet {
+                policer {
+                    input 10M-POL;
+                    output 10M-POL;
+                }
                 sampling {
                     input;
                 }
@@ -2466,9 +2470,13 @@
             }
         }
         unit 828 {
-            description "OIDS-CLINTON-10M [ORDERED] | CIR0005441";
+            description OIDS-CLINTON-10M-CIR0005441;
             vlan-id 828;
             family inet {
+                policer {
+                    input 10M-POL;
+                    output 10M-POL;
+                }
                 sampling {
                     input;
                 }
@@ -4548,28 +4556,28 @@
                     protocol icmp;
                     icmp-type [ echo-reply echo-request unreachable time-exceeded ];
                 }
-                then policer 10M-POL;
+                then policer ICMP-10M-POL;
             }
             term UDP-NTP {
                 from {
                     protocol udp;
                     port 123;
                 }
-                then policer 10M-POL;
+                then policer ICMP-10M-POL;
             }
             term TCP-NTP {
                 from {
                     protocol tcp;
                     port 123;
                 }
-                then policer 10M-POL;
+                then policer ICMP-10M-POL;
             }
             term UDP-DNS {
                 from {
                     protocol udp;
                     port [ 53 0 ];
                 }
-                then policer 10M-POL;
+                then policer ICMP-10M-POL;
             }
             term UDP-19 {
                 from {
@@ -4615,8 +4623,8 @@
     policer 200M-POL {
         logical-interface-policer;
         if-exceeding {
-            bandwidth-limit 199m;
-            burst-size-limit 15m;
+            bandwidth-limit 200m;
+            burst-size-limit 40m;
         }
         then discard;
     }
@@ -4637,16 +4645,16 @@
     policer 600M-POL {
         logical-interface-policer;
         if-exceeding {
-            bandwidth-limit 599m;
-            burst-size-limit 300k;
+            bandwidth-limit 600m;
+            burst-size-limit 120m;
         }
         then discard;
     }
     policer 50M-POL {
         logical-interface-policer;
         if-exceeding {
-            bandwidth-limit 49m;
-            burst-size-limit 300k;
+            bandwidth-limit 50m;
+            burst-size-limit 10m;
         }
         then discard;
     }
@@ -4659,17 +4667,18 @@
         then discard;
     }
     policer 10M-POL {
+        logical-interface-policer;
         if-exceeding {
             bandwidth-limit 10m;
-            burst-size-limit 300k;
+            burst-size-limit 2m;
         }
         then discard;
     }
     policer 300M-POL {
         logical-interface-policer;
         if-exceeding {
-            bandwidth-limit 299m;
-            burst-size-limit 300k;
+            bandwidth-limit 300m;
+            burst-size-limit 60m;
         }
         then discard;
     }
@@ -4683,8 +4692,8 @@
     policer 20M-POL {
         logical-interface-policer;
         if-exceeding {
-            bandwidth-limit 19m;
-            burst-size-limit 300k;
+            bandwidth-limit 20m;
+            burst-size-limit 4m;
         }
         then discard;
     }
@@ -4692,7 +4701,7 @@
         logical-interface-policer;
         if-exceeding {
             bandwidth-limit 250m;
-            burst-size-limit 25m;
+            burst-size-limit 50m;
         }
         then discard;
     }
Index: configs/core3.tul-m120.onenet.net
===================================================================
--- configs/core3.tul-m120.onenet.net	(revision 118782)
+++ configs/core3.tul-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show system commit 
+#   2014-08-18 14:31:24 CDT by rnordmark via cli commit synchronize
+#   2014-08-18 14:25:17 CDT by rnordmark via cli commit synchronize
 #   2014-08-15 15:18:58 CDT by donnie via cli commit synchronize
 #   2014-08-14 15:24:02 CDT by donnie via cli commit synchronize
 #   2014-08-14 15:23:18 CDT by donnie via cli commit synchronize
 #   2014-08-14 15:21:32 CDT by donnie via cli commit synchronize
-#   2014-08-14 15:17:49 CDT by donnie via cli commit synchronize
-#   2014-08-14 12:41:44 CDT by donnie via cli commit synchronize
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -313,13 +313,13 @@
 # -rw-r--r--  1 root  field          0 Dec 16  2010 tracelogs
 # -rw-r--r--  1 root  field          0 Dec 16  2010 tracelogs_jperf
 # -rw-r--r--  1 root  field          0 Dec 16  2010 tracelogs_sem
-# drwxrwxrwT  2 root  wheel        512 Dec 8   2011 vi.recover/
+# drwxrwxrwT  2 root  wheel        512 Aug 18 14:26 vi.recover/
 # 
 # {master}
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show system uptime 
 # System booted: 2013-04-27 23:31 CDT 
 # Protocols started: 2013-04-27 23:34 CDT 
-# Last configured: 2014-08-15 15:18 CDT  by donnie
+# Last configured: 2014-08-18 14:31 CDT  by rnordmark
 # 
 # {master}
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show interface terse 
@@ -499,8 +499,8 @@
 #t1-3/1/0:2 down down
 #t1-3/1/0:3 down down
 #t1-3/1/0:4 down down
-#t1-3/1/0:5 up down
-#t1-3/1/0:5.0 up down
+#t1-3/1/0:5 up up
+#t1-3/1/0:5.0 up up
 #t1-3/1/0:6 up up
 #t1-3/1/0:6.0 up up
 #t1-3/1/0:7 down down
@@ -660,7 +660,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at TULSA-CORE-3-M120-RE0> show configuration 
-## Last commit: 2014-08-15 15:18:58 CDT by donnie
+## Last commit: 2014-08-18 14:31:24 CDT by rnordmark
 version 11.4R7.5;
 groups {
     re0 {
@@ -1853,13 +1853,13 @@
     }
     t1-3/1/0:5 {
         description DOT-Stillwater-T1-CIR0004700;
-        encapsulation ppp;
+        encapsulation cisco-hdlc;
         unit 0 {
             family inet {
                 sampling {
                     input;
                 }
-                address 172.24.31.169/30;
+                address 10.119.8.173/30;
             }
         }
     }
@@ -3483,6 +3483,7 @@
         description ODOT-L3VPN;
         instance-type vrf;
         interface lsq-2/3/0.13;
+        interface t1-3/1/0:5.0;
         route-distinguisher 164.58.199.223:2538;
         vrf-import ODOT-VRF-IMPORT;
         vrf-export ODOT-VRF-EXPORT;
@@ -3491,6 +3492,7 @@
         routing-options {
             static {
                 route 172.25.169.0/24 next-hop 10.119.9.14;
+                route 172.25.145.0/24 next-hop 10.119.8.174;
             }
         }
     }
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net	(revision 118779)
+++ configs/core1.dc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at MX480_DC_01_RE0> show system commit 
+#   2014-08-18 14:43:11 CDT by jeremyt via cli commit synchronize
 #   2014-08-18 11:59:30 CDT by jeremyt via cli commit synchronize
 #   2014-08-17 15:30:08 CDT by rnordmark via cli commit synchronize
 #   2014-08-17 15:29:42 CDT by rnordmark via cli commit synchronize
 #   2014-08-17 15:29:18 CDT by rnordmark via cli commit synchronize
 #   2014-08-17 15:26:00 CDT by rnordmark via cli commit synchronize
-#   2014-08-17 15:24:54 CDT by rnordmark via cli commit synchronize
 # grnoc-mon at MX480_DC_01_RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -400,9 +400,11 @@
 # grnoc-mon at MX480_DC_01_RE0> show version 
 # Hostname: MX480_DC_01_RE0 # Model: mx480 # JUNOS Base OS boot [12.3R6-S3] # JUNOS Base OS Software Suite [12.3R6-S3] # JUNOS Kernel Software Suite [12.3R6-S3] # JUNOS Crypto Software Suite [12.3R6-S3] # JUNOS Packet Forwarding Engine Support (M/T/EX Common) [12.3R6-S3] # JUNOS Packet Forwarding Engine Support (MX Common) [12.3R6-S3] # JUNOS Online Documentation [12.3R6-S3] # JUNOS Services AACL Container package [12.3R6-S3] # JUNOS Services Application Level Gateways [12.3R6-S3] # JUNOS AppId Services [12.3R6-S3] # JUNOS Border Gateway Function package [12.3R6-S3] # JUNOS Services Captive Portal and Content Delivery Container package [12.3R6-S3] # JUNOS Services HTTP Content Management package [12.3R6-S3] # JUNOS IDP Services [12.3R6-S3] # JUNOS Services LL-PDF Container package [12.3R6-S3] # JUNOS Services NAT [12.3R6-S3] # JUNOS Services PTSP Container package [12.3R6-S3] # JUNOS Services RPM [12.3R6-S3] # JUNOS Services Stateful Firewall [12.3R6-S3] # JUNOS Voice Servi!
 ces Container package [12.3R6-S3] # JUNOS Services Example Container package [12.3R6-S3] # JUNOS Services Crypto [12.3R6-S3] # JUNOS Services SSL [12.3R6-S3] # JUNOS Services IPSec [12.3R6-S3] # JUNOS Runtime Software Suite [12.3R6-S3] # JUNOS platform Software Suite [12.3R6-S3] # JUNOS Routing Software Suite [12.3R6-S3] #  # {master} # grnoc-mon at MX480_DC_01_RE0> file list /var/tmp detail # 
 # /var/tmp:
-# total blocks: 2340492
+# total blocks: 2347564
 # -rw-r--r--  1 admin field    1085266 Jul 16 22:22 7-11-RSI-DC1
+# -rw-r--r--  1 eng   field    1290680 Aug 18 14:49 RSI-COMIT-PL
 # -rw-r--r--  1 admin field    1088852 Jul 16 22:59 RSI-DC1
+# -rw-r--r--  1 eng   field    2291210 Aug 18 14:50 SLM-COMIT-PL
 # drwxr-xr-x  2 root  field        512 Jun 6  22:09 gres-tp/
 # -rw-r--r--  1 root  field          4 Jun 6  22:10 idp_license_info
 # drwxrwxrwx  2 root  wheel        512 Dec 6   2010 install/
@@ -415,13 +417,13 @@
 # -rw-r-----  1 root  field        356 Jun 6  22:22 sampled.pkts
 # drwxr-xr-x  3 root  field        512 Dec 6   2010 sec-download/
 # drwxrwxrwt  2 root  wheel        512 Aug 8  18:17 vi.recover/
-# total files: 8
+# total files: 10
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show system uptime 
 # System booted: 2014-06-06 22:08 CDT 
 # Protocols started: 2014-06-06 22:10 CDT 
-# Last configured: 2014-08-18 11:59 CDT  by jeremyt
+# Last configured: 2014-08-18 14:43 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at MX480_DC_01_RE0> show interface terse 
@@ -532,7 +534,7 @@
 #ge-1/2/7 up down
 #ge-1/2/8 up down
 #ge-1/2/9 up down
-#ge-1/3/0 down down
+#ge-1/3/0 up down
 #ge-1/3/1 up down
 #ge-1/3/2 up down
 #ge-1/3/3 up up
@@ -861,7 +863,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at MX480_DC_01_RE0> show configuration 
-## Last commit: 2014-08-18 11:59:30 CDT by jeremyt
+## Last commit: 2014-08-18 14:43:11 CDT by jeremyt
 version 12.3R6-S3;
 groups {
     re0 {
@@ -1398,10 +1400,6 @@
             802.3ad ae11;
         }
     }
-    ge-1/3/0 {
-        description test;
-        disable;
-    }
     ge-1/3/3 {
         description "CORE 1GE to INSIDE-DC-WIRELESS-3750 Gi1/0/1 | OneNet-OKCDC-OKCDC-GE-xxxx";
         native-vlan-id 891;
Index: configs/faye.okcdc.onenet.net
===================================================================
--- configs/faye.okcdc.onenet.net	(revision 118764)
+++ configs/faye.okcdc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at FAYE-MX104-RE0> show system commit 
+#   2014-08-18 14:59:12 CDT by andrew via cli commit synchronize
+#   2014-08-18 14:56:08 CDT by andrew via cli commit synchronize
+#   2014-08-18 14:38:02 CDT by andrew via cli commit synchronize
 #   2014-08-17 23:25:41 CDT by andrew via cli commit synchronize
 #   2014-08-17 22:39:03 CDT by andrew via cli commit synchronize
 #   2014-08-17 22:36:12 CDT by andrew via cli commit synchronize
-#   2014-08-17 22:29:24 CDT by andrew via cli commit synchronize
-#   2014-08-17 22:00:31 CDT by andrew via cli commit confirmed, rollback in 10mins synchronize
-#   2014-08-16 23:29:57 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
 # grnoc-mon at FAYE-MX104-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -228,7 +228,7 @@
 # grnoc-mon at FAYE-MX104-RE0> show system uptime 
 # System booted: 2014-08-11 21:27 CDT 
 # Protocols started: 2014-08-12 14:42 CDT 
-# Last configured: 2014-08-17 23:25 CDT  by andrew
+# Last configured: 2014-08-18 14:59 CDT  by andrew
 # 
 # {master}
 # grnoc-mon at FAYE-MX104-RE0> show interface terse 
@@ -301,7 +301,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at FAYE-MX104-RE0> show configuration 
-## Last commit: 2014-08-17 23:25:41 CDT by andrew
+## Last commit: 2014-08-18 14:59:12 CDT by andrew
 version 13.3R1.8;
 groups {
     re0 {
@@ -1332,6 +1332,38 @@
         }
         then discard;
     }
+    policer 300M-POL {
+        logical-interface-policer;
+        if-exceeding {
+            bandwidth-limit 300m;
+            burst-size-limit 60m;
+        }
+        then discard;
+    }
+    policer 600M-POL {
+        logical-interface-policer;
+        if-exceeding {
+            bandwidth-limit 600m;
+            burst-size-limit 120m;
+        }
+        then discard;
+    }
+    policer 45M-POL {
+        logical-interface-policer;
+        if-exceeding {
+            bandwidth-limit 45m;
+            burst-size-limit 9m;
+        }
+        then discard;
+    }
+    policer 500M-POL {
+        logical-interface-policer;
+        if-exceeding {
+            bandwidth-limit 500m;
+            burst-size-limit 100m;
+        }
+        then discard;
+    }
 }
 routing-instances {
     DPS-L3VPN {
Index: configs/hub.sal.onenet.net
===================================================================
--- configs/hub.sal.onenet.net	(revision 118651)
+++ configs/hub.sal.onenet.net	(working copy)
@@ -314,7 +314,7 @@
 #t1-2/0/2:17.0 up down
 #t1-2/0/2:18 down down
 #t1-2/0/2:19 up up
-#t1-2/0/2:19.0 up up
+#t1-2/0/2:19.0 up down
 #t1-2/0/2:20 up up
 #t1-2/0/2:20.0 up up
 #t1-2/0/2:21 down down
Index: configs/hub.alv.onenet.net
===================================================================
--- configs/hub.alv.onenet.net	(revision 118768)
+++ configs/hub.alv.onenet.net	(working copy)
@@ -333,7 +333,6 @@
 #sp-2/3/0 up up
 #sp-2/3/0.16383 up up
 #vt-2/3/0 up up
-#vt-2/3/0.1059172 up up
 #fe-3/0/0 down down
 #pfh-3/0/0 up up
 #pfh-3/0/0.16383 up up
@@ -363,6 +362,7 @@
 #sp-3/3/0.0 up up
 #sp-3/3/0.16383 up up
 #vt-3/3/0 up up
+#vt-3/3/0.1059173 up up
 #demux0 up up
 #dsc up up
 #em0 up up
Index: configs/hub.ada.onenet.net
===================================================================
--- configs/hub.ada.onenet.net	(revision 118777)
+++ configs/hub.ada.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at ADA-M120-RE0> show system commit 
+#   2014-08-18 14:27:28 CDT by donnie via cli commit synchronize
 #   2014-08-18 10:24:09 CDT by andrew via cli commit synchronize
 #   2014-08-18 10:10:21 CDT by andrew via cli commit synchronize
 #   2014-08-18 10:02:49 CDT by andrew via cli commit synchronize
 #   2014-08-15 11:24:09 CDT by donnie via cli commit synchronize
 #   2014-08-13 23:45:06 CDT by andrew via cli commit synchronize
-#   2014-08-12 00:36:59 CDT by rnordmark via cli commit synchronize
 # grnoc-mon at ADA-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -276,7 +276,7 @@
 # grnoc-mon at ADA-M120-RE0> show system uptime 
 # System booted: 2013-05-26 01:59 CDT 
 # Protocols started: 2013-05-26 02:02 CDT 
-# Last configured: 2014-08-18 10:24 CDT  by andrew
+# Last configured: 2014-08-18 14:27 CDT  by donnie
 # 
 # {master}
 # grnoc-mon at ADA-M120-RE0> show interface terse 
@@ -456,7 +456,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at ADA-M120-RE0> show configuration 
-## Last commit: 2014-08-18 10:24:09 CDT by andrew
+## Last commit: 2014-08-18 14:27:28 CDT by donnie
 version 11.4R7.5;
 groups {
     re0 {
@@ -2293,7 +2293,7 @@
     policer 100M-POL {
         if-exceeding {
             bandwidth-limit 100m;
-            burst-size-limit 300k;
+            burst-size-limit 20m;
         }
         then discard;
     }
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net	(revision 118782)
+++ configs/core3.okc-m120.onenet.net	(working copy)
@@ -779,7 +779,7 @@
 #t1-2/3/0:7:25 down down
 #t1-2/3/0:7:26 down down
 #t1-2/3/0:7:27 up up
-#t1-2/3/0:7:27.0 up up
+#t1-2/3/0:7:27.0 up down
 #t1-2/3/0:7:28 up up
 #t1-2/3/0:7:28.0 up down
 #coc1-2/3/0:8 up up
@@ -834,7 +834,7 @@
 #t1-2/3/0:8:27 up up
 #t1-2/3/0:8:27.0 up down
 #t1-2/3/0:8:28 up up
-#t1-2/3/0:8:28.0 up up
+#t1-2/3/0:8:28.0 up down
 #coc1-2/3/0:9 up up
 #ct3-2/3/0:9 up up
 #t1-2/3/0:9:1 up up
@@ -1122,8 +1122,8 @@
 #t1-3/3/0:2:8 down down
 #t1-3/3/0:2:9 down down
 #t1-3/3/0:2:10 down down
-#t1-3/3/0:2:11 up down
-#t1-3/3/0:2:11.0 up down
+#t1-3/3/0:2:11 up up
+#t1-3/3/0:2:11.0 up up
 #t1-3/3/0:2:12 down down
 #t1-3/3/0:2:13 down down
 #t1-3/3/0:2:14 down down
@@ -1946,8 +1946,8 @@
 #lsq-5/1/0.18 up up
 #lsq-5/1/0.22 up up
 #lsq-5/1/0.28 up up
-#lsq-5/1/0.30 up up
-#lsq-5/1/0.31 up up
+#lsq-5/1/0.30 up down
+#lsq-5/1/0.31 up down
 #lsq-5/1/0.33 up up
 #lsq-5/1/0.34 up up
 #lsq-5/1/0.35 up up
@@ -11843,6 +11843,7 @@
 # 172.23.4.206     t1-3/3/0:12:6.0        Full      10.199.2.56
 # 172.23.2.38      t1-3/3/0:1:10.0        Full      10.199.2.103
 # 172.23.4.142     t1-3/3/0:1:26.0        Full      10.199.2.38
+# 172.23.2.182     t1-3/3/0:2:11.0        Full      10.199.2.85
 # 172.23.4.198     t1-3/3/0:2:28.0        Full      10.199.2.51
 # 172.23.1.34      t1-3/3/0:3:11.0        Full      10.199.2.69
 # 172.23.0.118     t1-3/3/0:3:17.0        Full      10.199.2.120
Index: configs/swi1.mia.onenet.net
===================================================================
--- configs/swi1.mia.onenet.net	(revision 118764)
+++ configs/swi1.mia.onenet.net	(working copy)
@@ -186,8 +186,8 @@
 #ge-0/0/21 down down
 #ge-0/0/22 up up
 #ge-0/0/22.0 up up
-#ge-0/0/23 up up
-#ge-0/0/23.0 up up
+#ge-0/0/23 up down
+#ge-0/0/23.0 up down
 #ge-0/1/0 up up
 #ge-0/1/0.0 up up
 #bme0 up up



More information about the Nocrancid mailing list