[Nocrancid] autopop-onenet.net/swi.cai.eosc.onenet.net[0] router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Sun Jan 26 19:53:14 CST 2014


Index: swi.cai.eosc.onenet.net
===================================================================
--- swi.cai.eosc.onenet.net	(revision 89787)
+++ swi.cai.eosc.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at SWI-EOSC-EX-3300> show system commit 
+#   2014-01-26 19:47:11 CST by joel via cli
+#   2014-01-26 19:32:38 CST by admin via cli
+#   2014-01-26 19:27:14 CST by joel via cli
+#   2014-01-26 19:26:02 CST by joel via cli commit confirmed, rollback in 5mins
 #   2013-09-15 10:45:45 CDT by joel via cli
 #   2013-05-24 09:07:09 CDT by admin via cli
-#   2013-05-23 17:03:05 CDT by admin via cli
-#   2013-05-23 14:19:03 CDT by root via other
-#   2020-04-04 21:17:21 CDT by root via cli
-#   2020-04-04 21:16:45 CDT by root via cli
 # grnoc-mon at SWI-EOSC-EX-3300> show chassis environment 
 # Class Item                           Status     Measurement
 # Power FPC 0 Power Supply 0           OK        
@@ -161,7 +161,7 @@
 # --------------------------------------------------------------------------
 # System booted: 2013-05-23 14:17 CDT 
 # Protocols started: 2013-05-23 14:19 CDT 
-# Last configured: 2013-09-15 10:45 CDT  by joel
+# Last configured: 2014-01-26 19:47 CST  by joel
 # 
 # {master:0}
 # grnoc-mon at SWI-EOSC-EX-3300> show interface terse 
@@ -210,10 +210,10 @@
 #pime up up
 #tap up up
 #vlan up up
-#vlan.250 up up
+#vlan.70 up up
 #vme up down
 # grnoc-mon at SWI-EOSC-EX-3300> show configuration 
-## Last commit: 2013-09-15 10:45:45 CDT by joel
+## Last commit: 2014-01-26 19:47:11 CST by joel
 version 12.3R2.5;
 system {
     host-name SWI-EOSC-EX-3300;
@@ -232,12 +232,12 @@
             port 1812;
             accounting-port 1813;
 #            secret "<removed>"; ## SECRET-DATA
-            source-address 164.58.247.246;
+            source-address 164.58.198.14;
         }
     }
     radius-options {
         attributes {
-            nas-ip-address 164.58.247.246;
+            nas-ip-address 164.58.198.14;
         }
     }
     login {
@@ -358,23 +358,21 @@
         }
     }
     ge-0/0/23 {
-        description "L2 Eastern-Oklahoma-State-College-GE-VLAN3900-CIR0005208 [NO-MONITOR]";
+        description "Eastern-Oklahoma-State-College-GE-CIR0005208 [NO-MONITOR]";
         unit 0 {
-            family ethernet-switching {
-                vlan {
-                    members vlan-3900;
-                }
+            family inet {
+                address 156.110.78.165/30;
             }
         }
     }
     ge-0/1/0 {
-        description "L2 CORE 1GE to core.mca ge-0/2/1 | OneNet-MCA-CAIEOSC-GE-5207";
+        description "CORE 1GE to core.mca ge-0/2/1 | OneNet-MCA-CAIEOSC-GE-5207";
         mtu 9192;
         unit 0 {
             family ethernet-switching {
                 port-mode trunk;
                 vlan {
-                    members [ 3900 vlan-250 ];
+                    members vlan-70;
                 }
             }
         }
@@ -386,12 +384,13 @@
                     input PROTECT-RE;
                 }
                 address 127.0.0.1/32;
+                address 164.58.198.14/32;
             }
         }
     }
     vlan {
         mtu 9192;
-        unit 250 {
+        unit 70 {
             family inet {
                 mtu 9000;
                 address 164.58.247.246/30;
@@ -423,16 +422,35 @@
     }
 }
 protocols {
+    ##
+    ## Warning: requires 'ospf2' license
+    ##
+    ospf {
+        export [ REDISTRIBUTE-STATICS REDISTRIBUTE-DIRECTS ];
+        reference-bandwidth 100g;
+        area 0.0.0.0 {
+            interface vlan.70 {
+                metric 65535;
+                authentication {
+                    md5 7 key "$9$lHbe8X-VY2oGVbGik.F3cyrlWxdbsgaUX7b24aUD"; ## SECRET-DATA
+                }
+            }
+            interface lo0.0;
+        }
+    }
+    ##
+    ## Warning: requires 'ospf3' license
+    ##
+    ospf3 {
+        reference-bandwidth 100g;
+    }
     igmp-snooping {
         vlan all;
     }
     rstp;
     lldp {
-        interface all;
+        interface ge-0/1/0.0;
     }
-    lldp-med {
-        interface all;
-    }
 }
 policy-options {
     prefix-list MGMT {
@@ -482,6 +500,18 @@
             then reject;
         }
     }
+    policy-statement REDISTRIBUTE-DIRECTS {
+        term 1 {
+            from protocol direct;
+            then accept;
+        }
+    }
+    policy-statement REDISTRIBUTE-STATICS {
+        term 1 {
+            from protocol static;
+            then accept;
+        }
+    }
     community ONENET-PoP-APPLIANCES members target:5078:2012;
 }
 firewall {
@@ -541,16 +571,17 @@
 }
 vlans {
     default;
-    vlan-250 {
-        vlan-id 250;
-        l3-interface vlan.250;
-    }
     vlan-3900 {
         vlan-id 3900;
     }
+    vlan-70 {
+        vlan-id 70;
+        l3-interface vlan.70;
+    }
 }
 {master:0}
 # grnoc-mon at SWI-EOSC-EX-3300> show ospf neighbor 
-# OSPF instance is not running
+# Address          Interface              State     ID               Pri  Dead
+# 164.58.247.245   vlan.70                Full      164.58.199.92
 # 
 # {master:0}



More information about the Nocrancid mailing list