[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Sep 23 00:02:13 CDT 2014
Index: configs/core.dur.onenet.net
===================================================================
--- configs/core.dur.onenet.net (revision 119666)
+++ configs/core.dur.onenet.net (working copy)
@@ -1,14 +1,14 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at DURANT-MX480-RE0> show system commit
+# 2014-09-22 23:54:57 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
+# 2014-09-22 23:47:47 CDT by andrew via cli commit confirmed, rollback in 2mins synchronize
# 2014-09-16 22:15:20 CDT by root via other
# Synchronization with remote Routing Engine
# 2014-09-16 22:15:00 CDT by root via other
# 2014-09-16 22:05:22 CDT by root via other
# Synchronization with remote Routing Engine
# 2014-08-31 19:08:23 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
-# 2014-08-31 17:49:36 CDT by andrew via cli commit synchronize
-# 2014-08-21 15:23:10 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
# grnoc-mon at DURANT-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -258,7 +258,7 @@
# grnoc-mon at DURANT-MX480-RE0> show system uptime
# System booted: 2014-09-16 22:13 CDT
# Protocols started: 2014-09-16 22:15 CDT
-# Last configured: 2014-09-16 22:15 CDT by root
+# Last configured: 2014-09-22 23:54 CDT by andrew
#
# {master}
# grnoc-mon at DURANT-MX480-RE0> show interface terse
@@ -287,6 +287,7 @@
#ge-0/2/2 up up
#ge-0/2/2.0 up up
#ge-0/2/2.70 up up
+#ge-0/2/2.2540 up up
#ge-0/2/2.32767 up up
#ge-0/2/3 up up
#ge-0/2/3.0 up up
@@ -339,6 +340,7 @@
#lo0.16385 up up
#lsi up up
#lsi.2 up up
+#lsi.3 up up
#mtun up up
#pimd up up
#pime up up
@@ -346,7 +348,7 @@
#pp0 up up
#tap up up
# grnoc-mon at DURANT-MX480-RE0> show configuration
-## Last commit: 2014-09-16 22:15:20 CDT by root
+## Last commit: 2014-09-22 23:54:57 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -652,6 +654,25 @@
mtu 9000;
}
}
+ unit 2540 {
+ description DPS-DURANT-TROOP-E-100M-CIR0005531;
+ vlan-id 2540;
+ family inet {
+ mtu 1500;
+ filter {
+ input DPS-TROOP-E-INBOUND;
+ }
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ }
+ address 10.119.16.113/30;
+ address 164.58.7.193/30;
+ }
+ }
}
ge-0/2/3 {
description Boswell-Public-Schools-DS3-CIR0005187-RICI;
@@ -975,7 +996,11 @@
}
routing-options {
nonstop-routing;
+ interface-routes {
+ rib-group inet fbf-default;
+ }
static {
+ rib-group fbf-default;
route 156.110.59.120/29 next-hop 156.110.58.134;
route 156.110.59.152/30 next-hop 156.110.58.134;
route 164.58.87.64/29 next-hop 156.110.58.134;
@@ -990,7 +1015,14 @@
route 156.110.211.224/29 next-hop 164.58.16.116;
route 156.110.59.136/29 next-hop 164.58.16.116;
route 156.110.31.232/29 next-hop 164.58.252.150;
+ route 164.58.45.64/27 next-table DPS-L3VPN.inet.0;
}
+ rib-groups {
+ fbf-default {
+ import-rib [ inet.0 fbf-default.inet.0 ];
+ import-policy fbf-default-import;
+ }
+ }
router-id 164.58.199.15;
autonomous-system 5078;
forwarding-table {
@@ -1006,6 +1038,11 @@
interface ge-0/3/1.200;
}
bgp {
+ family inet {
+ unicast {
+ rib-group fbf-default;
+ }
+ }
group CORE-RR {
type internal;
local-address 164.58.199.15;
@@ -1059,6 +1096,7 @@
}
}
ospf {
+ rib-group fbf-default;
reference-bandwidth 100g;
area 0.0.0.0 {
interface lo0.0;
@@ -1247,6 +1285,41 @@
prefix-list PRE-MGMTV6-ALLOW {
2610:1d8::/40;
}
+ policy-statement DPS-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DPS-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DPS-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DPS-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement LOAD-BALANCE {
then {
load-balance per-packet;
@@ -1342,6 +1415,36 @@
}
}
}
+ policy-statement fbf-default-import {
+ term default {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ to rib fbf-default.inet.0;
+ then accept;
+ }
+ term ibgp {
+ from {
+ protocol bgp;
+ as-path NULL;
+ }
+ to rib fbf-default.inet.0;
+ then accept;
+ }
+ term direct {
+ from protocol direct;
+ to rib fbf-default.inet.0;
+ then accept;
+ }
+ term static {
+ from protocol static;
+ to rib fbf-default.inet.0;
+ then accept;
+ }
+ term reject {
+ then reject;
+ }
+ }
community Ada members 5078:22;
community Altus members 5078:26;
community Alva members 5078:74;
@@ -1349,6 +1452,7 @@
community Bartlesville members 5078:134;
community Chickasha members 5078:82;
community Claremore members 5078:142;
+ community DPS-VPN members target:5078:2540;
community Duncan members 5078:18;
community Durant members 5078:14;
community Edmond members 5078:235;
@@ -1379,6 +1483,7 @@
community Weathrford members 5078:38;
community Wilburn members 5078:98;
community Woodward members 5078:58;
+ as-path NULL "()";
}
class-of-service {
classifiers {
@@ -1694,6 +1799,21 @@
then accept;
}
}
+ filter DPS-TROOP-E-INBOUND {
+ term PUBLICS {
+ from {
+ source-address {
+ 164.58.45.64/27;
+ }
+ }
+ then {
+ routing-instance fbf-default;
+ }
+ }
+ term ALL-ELSE {
+ then accept;
+ }
+ }
}
family inet6 {
filter PROTECT-RE-V6 {
@@ -1885,8 +2005,36 @@
}
then discard;
}
+ policer 100M-POL {
+ logical-interface-policer;
+ if-exceeding {
+ bandwidth-limit 100m;
+ burst-size-limit 20m;
+ }
+ then discard;
+ }
}
routing-instances {
+ DPS-L3VPN {
+ description DPS-L3VPN;
+ instance-type vrf;
+ interface ge-0/2/2.2540;
+ route-distinguisher 164.58.199.15:2540;
+ vrf-import DPS-VRF-IMPORT;
+ vrf-export DPS-VRF-EXPORT;
+ vrf-target target:5078:2540;
+ vrf-table-label;
+ routing-options {
+ static {
+ route 172.30.11.0/24 next-hop 10.119.16.114;
+ route 172.22.115.128/26 next-hop 10.119.16.114;
+ route 164.58.45.64/27 {
+ next-hop 10.119.16.114;
+ no-readvertise;
+ }
+ }
+ }
+ }
ONENET-PS_NET-L3VPN {
description "PS_NET Public Safety Net";
instance-type vrf;
@@ -1954,6 +2102,9 @@
}
}
}
+ fbf-default {
+ instance-type forwarding;
+ }
}
bridge-domains {
vlan-2530 {
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 119823)
+++ configs/core4.okc.onenet.net (working copy)
@@ -5341,11 +5341,11 @@
fe80::226:88ff:feb1:4fa Up ge-1/3/5.0 1.200 0.400 3
fe80::2ac0:daff:fec0:16fa Up ge-0/2/0.0 1.200 0.400 3
fe80::2ac0:daff:fec0:26f8 Up ge-0/3/6.0 1.200 0.400 3
-fe80::8271:1fff:fec6:6e69 Up xe-0/0/1.172 1.200 0.400 3
+fe80::8271:1fff:fec6:6e69 AdminDown xe-0/0/1.172 1.200 1.000 3
fe80::8271:1fff:fec6:bd78 Up xe-0/0/1.171 1.200 0.400 3
fe80::8618:8800:2828:38a5 Down xe-0/0/0.40 3.000 1.000 3
-12 sessions, 12 clients
-Cumulative transmit rate 28.0 pps, cumulative receive rate 28.0 pps
+12 sessions, 11 clients
+Cumulative transmit rate 26.5 pps, cumulative receive rate 28.0 pps
{master}
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 119834)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -750,8 +750,8 @@
#t1-2/3/0:7:14.0 up up
#t1-2/3/0:7:15 up up
#t1-2/3/0:7:15.0 up up
-#t1-2/3/0:7:16 up down
-#t1-2/3/0:7:16.0 up down
+#t1-2/3/0:7:16 up up
+#t1-2/3/0:7:16.0 up up
#t1-2/3/0:7:17 up up
#t1-2/3/0:7:17.0 up up
#t1-2/3/0:7:18 up up
Index: configs/swi.cai.dpsdur.onenet.net
===================================================================
--- configs/swi.cai.dpsdur.onenet.net (revision 119666)
+++ configs/swi.cai.dpsdur.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SWI-CAI-DPSDUR-EX3300> show system commit
+# 2014-09-22 23:56:59 CDT by andrew via cli commit confirmed, rollback in 5mins
+# 2014-09-22 23:49:14 CDT by andrew via cli commit confirmed, rollback in 2mins
# 2014-04-18 12:06:19 CDT by josh via cli commit confirmed, rollback in 2mins
# 2014-04-18 12:00:26 CDT by josh via cli commit confirmed, rollback in 2mins
# 2014-04-16 16:16:21 CDT by andrew via cli commit confirmed, rollback in 2mins
# 2014-03-24 11:41:30 CDT by josh via cli
-# 2014-03-05 10:17:04 CST by josh via cli
-# 2014-02-26 11:12:46 CST by andrew via netconf
# grnoc-mon at SWI-CAI-DPSDUR-EX3300> show chassis environment
# Class Item Status Measurement
# Power FPC 0 Power Supply 0 OK
@@ -163,7 +163,7 @@
# --------------------------------------------------------------------------
# System booted: 2014-09-16 22:05 CDT
# Protocols started: 2014-09-16 22:07 CDT
-# Last configured: 2014-04-18 12:06 CDT by josh
+# Last configured: 2014-09-22 23:56 CDT by andrew
#
# {master:0}
# grnoc-mon at SWI-CAI-DPSDUR-EX3300> show interface terse
@@ -215,7 +215,7 @@
#vlan.70 up up
#vme up down
# grnoc-mon at SWI-CAI-DPSDUR-EX3300> show configuration
-## Last commit: 2014-04-18 12:06:19 CDT by josh
+## Last commit: 2014-09-22 23:56:59 CDT by andrew
version 12.3R2.5;
system {
host-name SWI-CAI-DPSDUR-EX3300;
@@ -405,8 +405,10 @@
ge-0/0/23 {
description CAI-DPS-Highway-Patrol-Durant-Troop-E-100Mb-CIR0005531;
unit 0 {
- family inet {
- address 164.58.7.193/30;
+ family ethernet-switching {
+ vlan {
+ members 2540;
+ }
}
}
}
@@ -417,7 +419,7 @@
family ethernet-switching {
port-mode trunk;
vlan {
- members [ vlan-70 vlan-2530 ];
+ members [ 70 500 2530 2540 ];
}
}
}
@@ -477,11 +479,6 @@
}
}
}
-routing-options {
- static {
- route 164.58.45.64/27 next-hop 164.58.7.194;
- }
-}
protocols {
##
## Warning: requires 'ospf2' license
@@ -583,6 +580,12 @@
vlan-2530 {
vlan-id 2530;
}
+ vlan-2540 {
+ vlan-id 2540;
+ }
+ vlan-500 {
+ vlan-id 500;
+ }
vlan-70 {
vlan-id 70;
l3-interface vlan.70;
More information about the Nocrancid
mailing list