[Nocrancid] autopop-onenet.net router config diffs

rancid at rancid.noc.onenet.net rancid at rancid.noc.onenet.net
Tue May 17 11:01:49 CDT 2011


Index: core4-mx480.onenet.net
===================================================================
--- core4-mx480.onenet.net	(revision 11249)
+++ core4-mx480.onenet.net	(working copy)
@@ -414,8 +414,8 @@
 #ge-0/3/4.0 up up
 #ge-0/3/5 up up
 #ge-0/3/5.0 up up
-#ge-0/3/6 up up
-#ge-0/3/6.0 up up
+#ge-0/3/6 up down
+#ge-0/3/6.0 up down
 #ge-0/3/7 up up
 #ge-0/3/7.0 up up
 #ge-0/3/8 up up

Index: core3.okc-m120.onenet.net
===================================================================
--- core3.okc-m120.onenet.net	(revision 11439)
+++ core3.okc-m120.onenet.net	(working copy)
@@ -1,12 +1,12 @@
 # RANCID-CONTENT-TYPE: juniper
 #
 # grnoc-mon at OKC-CORE3-M120-RE0> show system commit 
+#   2011-05-17 10:55:13 CDT by jeremyt via cli commit synchronize
+#   2011-05-17 10:27:34 CDT by jeremyt via cli commit synchronize
 #   2011-05-17 08:49:47 CDT by joe via cli commit synchronize
 #   2011-05-16 16:41:33 CDT by joe via cli commit synchronize
 #   2011-05-16 16:31:17 CDT by joe via cli commit synchronize
 #   2011-05-16 16:14:12 CDT by joe via cli commit synchronize
-#   2011-05-16 15:55:33 CDT by joe via cli commit synchronize
-#   2011-05-16 15:48:50 CDT by joe via cli commit synchronize
 # grnoc-mon at OKC-CORE3-M120-RE0> show chassis environment 
 # Class Item                           Status     Measurement
 # Temp  PEM 0                          OK        
@@ -386,7 +386,7 @@
 # grnoc-mon at OKC-CORE3-M120-RE0> show system uptime 
 # System booted: 2011-04-16 20:36 CDT 
 # Protocols started: 2011-04-16 20:37 CDT 
-# Last configured: 2011-05-17 08:49 CDT  by joe
+# Last configured: 2011-05-17 10:55 CDT  by jeremyt
 # 
 # {master}
 # grnoc-mon at OKC-CORE3-M120-RE0> show interface terse 
@@ -737,7 +737,7 @@
 #t1-2/3/0:7:4 up up
 #t1-2/3/0:7:4.0 up up
 #t1-2/3/0:7:5 up up
-#t1-2/3/0:7:5.0 up up
+#t1-2/3/0:7:5.0 up down
 #t1-2/3/0:7:6 up up
 #t1-2/3/0:7:6.0 up up
 #t1-2/3/0:7:7 up down
@@ -806,7 +806,7 @@
 #t1-2/3/0:8:16 up up
 #t1-2/3/0:8:16.0 up up
 #t1-2/3/0:8:17 up up
-#t1-2/3/0:8:17.0 up down
+#t1-2/3/0:8:17.0 up up
 #t1-2/3/0:8:18 up down
 #t1-2/3/0:8:19 up up
 #t1-2/3/0:8:19.0 up up
@@ -2156,7 +2156,7 @@
 #pp0 up up
 #tap up up
 # grnoc-mon at OKC-CORE3-M120-RE0> show configuration 
-## Last commit: 2011-05-17 08:49:47 CDT by joe
+## Last commit: 2011-05-17 10:55:13 CDT by jeremyt
 version 10.4R2.6;
 groups {
     re0 {
@@ -11365,48 +11365,6 @@
                 }
             }
         }
-        filter VIDEO-FLOW {
-            interface-specific;
-            term ALL_FLOW {
-                from {
-                    source-address {
-                        0.0.0.0/0;
-                    }
-                    destination-address {
-                        0.0.0.0/0;
-                    }
-                }
-                then {
-                    sample;
-                    next term;
-                }
-            }
-            term 1 {
-                from {
-                    source-prefix-list {
-                        VIDEO;
-                    }
-                }
-                then {
-                    forwarding-class video;
-                    accept;
-                }
-            }
-            term 2 {
-                from {
-                    destination-prefix-list {
-                        VIDEO;
-                    }
-                }
-                then {
-                    forwarding-class video;
-                    accept;
-                }
-            }
-            term ACCEPT-ALL {
-                then accept;
-            }
-        }
     }
     policer PANHANDLE-POL {
         if-exceeding {
@@ -11467,5 +11425,46 @@
             then accept;
         }
     }
+    filter VIDEO-FLOW {
+        interface-specific;
+        term 1 {
+            from {
+                source-prefix-list {
+                    VIDEO;
+                }
+            }
+            then {
+                sample;
+                loss-priority high;
+                forwarding-class video;
+            }
+        }
+        term 2 {
+            from {
+                destination-prefix-list {
+                    VIDEO;
+                }
+            }
+            then {
+                sample;
+                loss-priority high;
+                forwarding-class video;
+            }
+        }
+        term ALL_FLOW {
+            from {
+                source-address {
+                    0.0.0.0/0;
+                }
+                destination-address {
+                    0.0.0.0/0;
+                }
+            }
+            then {
+                sample;
+                accept;
+            }
+        }
+    }
 }
 {master}


More information about the Nocrancid mailing list