[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Oct 25 23:04:51 CDT 2016
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 147577)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -614,7 +614,6 @@
# OSPF instance is not running
#
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session
-quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/faye.okcdc.onenet.net
===================================================================
--- configs/faye.okcdc.onenet.net (revision 147539)
+++ configs/faye.okcdc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at FAYE-RP3F2-MX80> show system commit
+# 2016-10-25 22:38:42 CDT by andrew via cli commit confirmed, rollback in 3mins
# 2016-10-21 10:30:39 CDT by aberrios via cli
# 2016-10-21 10:24:39 CDT by aberrios via cli
# 2016-10-21 10:09:02 CDT by andrew via cli
# 2016-10-19 16:15:39 CDT by sky via cli
# 2016-10-17 11:15:02 CDT by sky via cli
-# 2016-10-17 09:36:50 CDT by andrew via cli
# grnoc-mon at FAYE-RP3F2-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -26,16 +26,6 @@
# TFEB 0 TBB PFE Chip OK
# TFEB 0 TFEB PCIE TSen OK
# TFEB 0 TFEB PCIE Chip OK
-# TFEB 0 QX 0 TSen OK
-# TFEB 0 QX 0 Chip OK
-# TFEB 0 LU 0 TSen OK
-# TFEB 0 LU 0 Chip OK
-# TFEB 0 MQ 0 TSen OK
-# TFEB 0 MQ 0 Chip OK
-# TFEB 0 TBB PFE TSen OK
-# TFEB 0 TBB PFE Chip OK
-# TFEB 0 TFEB PCIE TSen OK
-# TFEB 0 TFEB PCIE Chip OK
# Fans Fan 1 OK
# Fan 2 OK
# Fan 3 OK
@@ -225,7 +215,7 @@
# grnoc-mon at FAYE-RP3F2-MX80> show system uptime
# System booted: 2016-07-09 02:31 CDT
# Protocols started: 2016-07-09 02:34 CDT
-# Last configured: 2016-10-21 10:30 CDT by aberrios
+# Last configured: 2016-10-25 22:38 CDT by andrew
#
# grnoc-mon at FAYE-RP3F2-MX80> show interface terse
#Interface Admin Link
@@ -321,7 +311,7 @@
#pp0 up up
#tap up up
# grnoc-mon at FAYE-RP3F2-MX80> show configuration
-## Last commit: 2016-10-21 10:30:39 CDT by aberrios
+## Last commit: 2016-10-25 22:38:42 CDT by andrew
version 13.3R9.13;
system {
host-name FAYE-RP3F2-MX80;
@@ -401,14 +391,6 @@
netconf {
ssh;
}
- dhcp-local-server {
- group NETGROUP-TEST {
- interface irb.2518;
- interface lsi.0 {
- upto lsi.16385;
- }
- }
- }
}
syslog {
archive size 10m files 20;
@@ -1316,14 +1298,6 @@
}
then accept;
}
- term DHCP-ALLOW {
- from {
- protocol udp;
- source-port [ 67 68 ];
- destination-port [ 67 68 ];
- }
- then accept;
- }
term ICMP-ALLOW {
from {
protocol icmp;
@@ -1359,31 +1333,35 @@
}
}
}
-}
-access {
- address-assignment {
- ##
- ## Warning: requires 'subscriber-address-assignment' license
- ##
- pool NETGROUP-TEST-POOL-V4 {
- family inet {
- network 156.110.54.128/27;
- range RANGE1-V4 {
- low 156.110.54.136;
- high 156.110.54.158;
+ family vpls {
+ filter 10M-FLOOD-FILTER {
+ term BROADCAST-TRAFFIC {
+ from {
+ traffic-type broadcast;
}
- dhcp-attributes {
- name-server {
- 164.58.253.10;
- 164.58.253.4;
- }
- router {
- 156.110.54.129;
- }
+ then policer 10M-BUM-POL;
+ }
+ term MULTICAST-TRAFFIC {
+ from {
+ traffic-type multicast;
}
+ then policer 10M-BUM-POL;
}
+ term UNKNOWN-UNICAST-TRAFFIC {
+ from {
+ traffic-type unknown-unicast;
+ }
+ then policer 10M-BUM-POL;
+ }
}
}
+ policer 10M-BUM-POL {
+ if-exceeding {
+ bandwidth-limit 10m;
+ burst-size-limit 10m;
+ }
+ then discard;
+ }
}
routing-instances {
ANDREW-VPLS-2590 {
@@ -1393,6 +1371,13 @@
interface ge-1/0/0.500;
route-distinguisher 164.58.199.69:2590;
vrf-target target:5078:2590;
+ forwarding-options {
+ family vpls {
+ filter {
+ input 10M-FLOOD-FILTER;
+ }
+ }
+ }
protocols {
vpls {
mac-table-size {
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 147577)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -674,7 +674,6 @@
# OSPF instance is not running
#
# grnoc-mon at STRINGTOWN-HIGH-SCHOOL-TAG-004909> show bfd session
-quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/copan-public-schools.client.onenet.net
===================================================================
--- configs/copan-public-schools.client.onenet.net (revision 147348)
+++ configs/copan-public-schools.client.onenet.net (working copy)
@@ -97,8 +97,8 @@
# total files: 1
#
# grnoc-mon at COPAN-PUBLIC-SCHOOLS-TAG-004634> show system uptime
-# System booted: 2016-10-17 07:50 CDT
-# Protocols started: 2016-10-17 07:52 CDT
+# System booted: 2016-10-25 22:07 CDT
+# Protocols started: 2016-10-25 22:09 CDT
# Last configured: 2016-05-04 12:00 CDT by sean
#
# grnoc-mon at COPAN-PUBLIC-SCHOOLS-TAG-004634> show interface terse
More information about the Nocrancid
mailing list