[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Feb 24 15:00:40 CST 2012
Index: core5.okc-mx480.onenet.net
===================================================================
--- core5.okc-mx480.onenet.net (revision 27369)
+++ core5.okc-mx480.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE5-MX480-RE0> show system commit
+# 2012-02-24 14:33:51 CST by jeremyt via cli commit synchronize
# 2012-02-24 10:29:42 CST by joe via cli commit synchronize
# 2012-02-23 16:31:58 CST by jeremyt via cli commit confirmed, rollback in 5mins synchronize
# 2012-02-23 16:25:43 CST by jeremyt via cli commit synchronize
# 2012-02-23 11:58:22 CST by jeremyt via cli commit synchronize
# 2012-02-23 11:51:41 CST by jeremyt via cli commit synchronize
-# 2012-02-23 11:46:53 CST by jeremyt via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -348,7 +348,7 @@
# grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime
# System booted: 2011-11-20 08:08 CST
# Protocols started: 2011-11-20 08:09 CST
-# Last configured: 2012-02-24 10:29 CST by joe
+# Last configured: 2012-02-24 14:33 CST by jeremyt
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -484,7 +484,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2012-02-24 10:29:42 CST by joe
+## Last commit: 2012-02-24 14:33:51 CST by jeremyt
version 10.4R6.5;
groups {
re0 {
@@ -766,7 +766,7 @@
family inet {
inactive: filter {
input FLOW-INFO;
- output FLOW-INFO;
+ output ELRENO;
}
policer {
output 100M-POL;
@@ -2025,6 +2025,48 @@
}
}
}
+ filter ELRENO {
+ interface-specific;
+ term source-priority {
+ from {
+ source-prefix-list {
+ HI-PRIORITY;
+ }
+ }
+ then {
+ forwarding-class video;
+ accept;
+ }
+ }
+ term dest-priority {
+ from {
+ destination-prefix-list {
+ HI-PRIORITY;
+ }
+ }
+ then {
+ forwarding-class video;
+ accept;
+ }
+ }
+ term Minco-Public {
+ from {
+ destination-address {
+ 156.110.67.16/29;
+ 164.58.28.196/30;
+ }
+ }
+ then policer T1-POL;
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ term REJECT_ALL {
+ then {
+ discard;
+ }
+ }
+ }
}
policer 100M-POL {
logical-interface-policer;
@@ -2041,6 +2083,14 @@
}
then forwarding-class scavenger;
}
+ policer T1-POL {
+ logical-interface-policer;
+ if-exceeding {
+ bandwidth-limit 2m;
+ burst-size-limit 300k;
+ }
+ then discard;
+ }
filter ONENET-COS {
interface-specific;
inactive: term wireless {
More information about the Nocrancid
mailing list