[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Mon Nov 7 20:04:02 CST 2016
Index: configs/faye.okcdc.onenet.net
===================================================================
--- configs/faye.okcdc.onenet.net (revision 147923)
+++ 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-11-07 20:01:03 CST by andrew via cli commit confirmed, rollback in 3mins
+# 2016-11-07 19:59:07 CST by andrew via cli commit confirmed, rollback in 3mins
+# 2016-11-07 19:54:26 CST by andrew via cli commit confirmed, rollback in 3mins
+# 2016-11-07 19:49:02 CST by andrew via cli
# 2016-11-05 21:07:27 CDT by andrew via cli
# 2016-11-05 21:00:17 CDT by andrew via cli
-# 2016-11-05 20:50:28 CDT by andrew via cli
-# 2016-11-04 14:39:34 CDT by aberrios via cli
-# 2016-10-29 12:47:48 CDT by andrew via cli
-# 2016-10-28 11:50:47 CDT by andrew via cli
# grnoc-mon at FAYE-RP3F2-MX80> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -225,7 +225,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-11-05 21:07 CDT by andrew
+# Last configured: 2016-11-07 20:01 CST by andrew
#
# grnoc-mon at FAYE-RP3F2-MX80> show interface terse
#Interface Admin Link
@@ -308,6 +308,7 @@
#lsi.0 up up
#lsi.2 up up
#lsi.3 up up
+#lsi.4 up up
#lsi.1051136 up up
#lsi.1051137 up up
#lsi.1051138 up up
@@ -348,7 +349,7 @@
#pp0 up up
#tap up up
# grnoc-mon at FAYE-RP3F2-MX80> show configuration
-## Last commit: 2016-11-05 21:07:27 CDT by andrew
+## Last commit: 2016-11-07 20:01:03 CST by andrew
version 13.3R9.13;
system {
host-name FAYE-RP3F2-MX80;
@@ -779,13 +780,25 @@
}
}
routing-options {
+ interface-routes {
+ rib-group inet INET.0-TO-INTERNET;
+ }
static {
+ rib-group INET.0-TO-INTERNET;
route 192.0.2.1/32 {
discard;
no-readvertise;
}
route 156.110.58.224/28 next-hop 156.110.38.19;
}
+ rib-groups {
+ INET.0-TO-INTERNET {
+ import-rib [ inet.0 INTERNET-L3VPN.inet.0 ];
+ }
+ INTERNET-TO-BLENDED {
+ import-rib [ INTERNET-L3VPN.inet.0 BLENDED-L3VPN.inet.0 ];
+ }
+ }
router-id 164.58.199.69;
autonomous-system 5078;
}
@@ -808,6 +821,11 @@
interface ge-1/0/0.42;
}
bgp {
+ family inet {
+ unicast {
+ rib-group INET.0-TO-INTERNET;
+ }
+ }
group CORE-RR-OKC-V4 {
type internal;
local-address 164.58.199.69;
@@ -1022,6 +1040,51 @@
prefix-list PRE-L0-SOURCES {
apply-path "interfaces lo0 unit <*> family inet address <164.*>";
}
+ policy-statement BLENDED-VRF-EXPORT {
+ term EXPORT-STATIC {
+ from protocol static;
+ then {
+ community add BLENDED;
+ accept;
+ }
+ }
+ term EXPORT-DIRECT {
+ from protocol direct;
+ then {
+ community add BLENDED;
+ accept;
+ }
+ }
+ term EXPORT-OSPF {
+ from protocol ospf;
+ then {
+ community add BLENDED;
+ accept;
+ }
+ }
+ term EXPORT-BGP {
+ from protocol bgp;
+ then {
+ community add BLENDED;
+ accept;
+ }
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement BLENDED-VRF-IMPORT {
+ term IMPORT-ROUTES {
+ from {
+ protocol bgp;
+ community BLENDED;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement COMANCHE-PS-VRF-EXPORT {
term 1 {
from protocol static;
@@ -1165,6 +1228,7 @@
}
}
}
+ community BLENDED members target:5078:1001;
community COMANCHE-PS-VPN members target:5078:2537;
community FAYE members 5078:9069;
community INTERNET members target:5078:1000;
@@ -1487,6 +1551,15 @@
}
}
}
+ BLENDED-L3VPN {
+ description BLENDED-L3VPN;
+ instance-type vrf;
+ route-distinguisher 164.58.199.69:1001;
+ vrf-import BLENDED-VRF-IMPORT;
+ vrf-export BLENDED-VRF-EXPORT;
+ vrf-target target:5078:1001;
+ vrf-table-label;
+ }
COMANCHE-PS-L3VPN {
description COMANCHE-PS-L3VPN;
instance-type vrf;
@@ -1500,11 +1573,29 @@
INTERNET-L3VPN {
description INTERNET-L3VPN;
instance-type vrf;
+ interface ge-1/0/0.502;
route-distinguisher 164.58.199.69:1000;
vrf-import INTERNET-VRF-IMPORT;
vrf-export INTERNET-VRF-EXPORT;
vrf-target target:5078:1000;
vrf-table-label;
+ routing-options {
+ interface-routes {
+ rib-group inet INTERNET-TO-BLENDED;
+ }
+ static {
+ rib-group INTERNET-TO-BLENDED;
+ }
+ }
+ protocols {
+ bgp {
+ family inet {
+ unicast {
+ rib-group INTERNET-TO-BLENDED;
+ }
+ }
+ }
+ }
}
NETGROUP-TEST-VPLS {
description NETGROUP-TEST-VPLS;
Index: configs/osrhe-chancellor-residence.client.onenet.net
===================================================================
--- configs/osrhe-chancellor-residence.client.onenet.net (revision 147932)
+++ configs/osrhe-chancellor-residence.client.onenet.net (working copy)
@@ -145,7 +145,7 @@
#ppe0 up up
#st0 up up
#st0.0 up up
-#st0.1 up up
+#st0.1 up down
#tap up up
#vlan up up
#vlan.4 up up
Index: configs/swi1.odot.ton-intmaint.onenet.net
===================================================================
--- configs/swi1.odot.ton-intmaint.onenet.net (revision 147944)
+++ configs/swi1.odot.ton-intmaint.onenet.net (working copy)
@@ -10,7 +10,7 @@
# grnoc-mon at SWI1-ODOT-TONKAWA-INTMAINT-EX4200> show chassis environment
# Class Item Status Measurement
# Power FPC 0 Power Supply 0 OK
-# FPC 0 Power Supply 1 Failed
+# FPC 0 Power Supply 1 OK
# Temp FPC 0 CPU OK
# FPC 0 EX-PFE1 OK
# FPC 0 EX-PFE2 OK
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 147941)
+++ configs/lavern-public-schools.client.onenet.net (working copy)
@@ -102,7 +102,7 @@
#
# grnoc-mon at LAVERN-PUBLIC-SCHOOLS-TAG-004351> show interface terse
#Interface Admin Link
-#ge-0/0/0 down down
+#ge-0/0/0 down up
#gr-0/0/0 up up
#ip-0/0/0 up up
#lsq-0/0/0 up up
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 147942)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -674,6 +674,7 @@
# 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/opt.tul.onenet.net
===================================================================
--- configs/opt.tul.onenet.net (revision 147906)
+++ configs/opt.tul.onenet.net (working copy)
@@ -34,7 +34,6 @@
</part>
<part name="SLOT-1-14" description="15454-OTU2-XP=" hw_version="A0" part_id="15454-OTU2-XP=" part_num="800-29414-02" serial_number="CA61524B0AQ" slot="SLOT-1-14" vendor_id="Cisco" temp_channel="1531.90">
<part name="PPM-1-14-1" description="ONS-XC-10G-SR-MM" hw_version="C" part_id="ONS-XC-10G-SR-MM" part_num="10-2420-01" serial_number="FNS1519077L" slot="PPM-1-14-1" vendor_id="Cisco"></part>
- <part name="PPM-1-14-2" description="ONS-XC-10G-SR-MM" hw_version="01" part_id="ONS-XC-10G-SR-MM" part_num="10-2420-01" serial_number="ONT1626046E" slot="PPM-1-14-2" vendor_id="Cisco"></part>
<part name="PPM-1-14-3" description="ONS-XC-10G-C" hw_version="00" part_id="ONS-XC-10G-C" part_num="10-2480-01" serial_number="JFX1521200J" slot="PPM-1-14-3" vendor_id="Cisco"></part>
<part name="PPM-1-14-4" description="ONS-XC-10G-EP31.9" hw_version="01" part_id="ONS-XC-10G-EP31.9" part_num="10-2580-01" serial_number="FLJ1510G00E" slot="PPM-1-14-4" vendor_id="Cisco"></part>
<interface name="CHAN-1-14-2-1" abbr_name="CHAN-1-14-2-1" admin_state="up" spanning_tree_metric="" description="" type="TXP" monitoring_state="monitor"></interface>
More information about the Nocrancid
mailing list