[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Oct 18 18:04:45 CDT 2016
Index: configs/core1.nor.onenet.net
===================================================================
--- configs/core1.nor.onenet.net (revision 147382)
+++ configs/core1.nor.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at NORMAN1-MX480-RE0> show system commit
+# 2016-10-18 17:26:11 CDT by andrew via cli commit synchronize
# 2016-10-18 09:07:02 CDT by andrew via cli commit synchronize
# 2016-10-18 09:05:22 CDT by andrew via cli commit synchronize
# 2016-10-11 17:31:08 CDT by andrew via cli commit synchronize
# 2016-10-11 17:27:16 CDT by andrew via cli commit synchronize
# 2016-10-10 08:54:37 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
-# 2016-10-05 01:32:28 CDT by andrew via cli commit synchronize
# grnoc-mon at NORMAN1-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -388,7 +388,7 @@
# grnoc-mon at NORMAN1-MX480-RE0> show system uptime
# System booted: 2016-04-03 01:22 CDT
# Protocols started: 2016-04-03 01:28 CDT
-# Last configured: 2016-10-18 09:07 CDT by andrew
+# Last configured: 2016-10-18 17:26 CDT by andrew
#
# {master}
# grnoc-mon at NORMAN1-MX480-RE0> show interface terse
@@ -453,6 +453,9 @@
#ge-0/3/5.1043 up up
#ge-0/3/5.1047 up up
#ge-0/3/5.1048 up up
+#ge-0/3/5.1056 up up
+#ge-0/3/5.1057 up up
+#ge-0/3/5.1058 up up
#ge-0/3/5.32767 up up
#ge-0/3/6 up up
#ge-0/3/6.0 up up
@@ -603,6 +606,8 @@
#lsi.6 up up
#lsi.7 up up
#lsi.8 up up
+#lsi.9 up up
+#lsi.10 up up
#lsi.1048578 up up
#lsi.1048580 up up
#lsi.1048677 up up
@@ -643,7 +648,7 @@
#pp0 up up
#tap up up
# grnoc-mon at NORMAN1-MX480-RE0> show configuration
-## Last commit: 2016-10-18 09:07:02 CDT by andrew
+## Last commit: 2016-10-18 17:26:11 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -1196,7 +1201,7 @@
}
}
unit 1047 {
- description "ODOT-OU-BRIDGE-SQUAD-MGMT-100M-CIR000XXXX [ORDERED]";
+ description ODOT-OU-BRIDGE-SQUAD-MGMT-100M-CIR000XXXX;
vlan-id 1047;
family inet {
mtu 1500;
@@ -1212,7 +1217,7 @@
}
}
unit 1048 {
- description "ODOT-OU-BRIDGE-SQUAD-AGENCY-DATA-100M-CIR000XXXX [ORDERED]";
+ description ODOT-OU-BRIDGE-SQUAD-AGENCY-DATA-100M-CIR000XXXX;
vlan-id 1048;
family inet {
mtu 1500;
@@ -1227,6 +1232,60 @@
address 10.119.24.178/31;
}
}
+ unit 1056 {
+ description "DHS-TULSA-N-PEORIA-MGMT-100M-CIR000XXXX [ORDERED]";
+ bandwidth 100m;
+ vlan-id 1056;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.72.160/31;
+ }
+ }
+ unit 1057 {
+ description "DHS-TULSA-N-PEORIA-DATA-100M-CIR000XXXX [ORDERED]";
+ bandwidth 100m;
+ vlan-id 1057;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.52.160/31;
+ }
+ }
+ unit 1058 {
+ description "DHS-TULSA-N-PEORIA-GUEST-100M-CIR000XXXX [ORDERED]";
+ bandwidth 100m;
+ vlan-id 1058;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.56.160/31;
+ }
+ }
}
ge-0/3/6 {
description "Out of Band Management Nwave";
@@ -2644,6 +2703,90 @@
then reject;
}
}
+ policy-statement DHS-DATA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DHS-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DHS-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
+ policy-statement DHS-GUEST-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DHS-GUEST-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DHS-GUEST-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement EBGP-AGIO-IMPORT {
term STEP-1 {
then {
@@ -3272,6 +3415,8 @@
community COMANCHE-PS-VPN members target:5078:2537;
community Chickasha members 5078:82;
community Claremore members 5078:142;
+ community DHS-DATA-VPN members target:5078:2570;
+ community DHS-GUEST-VPN members target:5078:2571;
community Duncan members 5078:18;
community Durant members 5078:14;
community Edmond members 5078:235;
@@ -3740,6 +3885,26 @@
}
}
}
+ DHS-DATA-L3VPN {
+ description DHS-DATA-L3VPN;
+ instance-type vrf;
+ interface ge-0/3/5.1057;
+ route-distinguisher 164.58.199.230:2570;
+ vrf-import DHS-DATA-VRF-IMPORT;
+ vrf-export DHS-DATA-VRF-EXPORT;
+ vrf-target target:5078:2570;
+ vrf-table-label;
+ }
+ DHS-GUEST-L3VPN {
+ description DHS-GUEST-L3VPN;
+ instance-type vrf;
+ interface ge-0/3/5.1058;
+ route-distinguisher 164.58.199.230:2571;
+ vrf-import DHS-GUEST-VRF-IMPORT;
+ vrf-export DHS-GUEST-VRF-EXPORT;
+ vrf-target target:5078:2571;
+ vrf-table-label;
+ }
GREAT-PLAINS-VOTECH-L3VPN {
description GREAT-PLAINS-VOTECH-L3VPN;
instance-type vrf;
@@ -3787,6 +3952,7 @@
description OMES-MGMT-L3VPN;
instance-type vrf;
interface ge-0/3/5.1047;
+ interface ge-0/3/5.1056;
route-distinguisher 164.58.199.230:2550;
vrf-import OMES-MGMT-VRF-IMPORT;
vrf-export OMES-MGMT-VRF-EXPORT;
Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net (revision 147390)
+++ configs/core4.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system commit
+# 2016-10-18 17:20:42 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
+# 2016-10-18 17:03:18 CDT by andrew via cli commit synchronize
# 2016-10-18 15:17:46 CDT by sean via cli commit synchronize
# 2016-10-18 15:10:32 CDT by sean via cli commit synchronize
# 2016-10-18 12:08:30 CDT by sean via cli commit synchronize
# 2016-10-18 12:06:03 CDT by sean via cli commit synchronize
-# 2016-10-18 12:01:32 CDT by sean via cli commit synchronize
-# 2016-10-18 11:57:58 CDT by sean via cli commit synchronize
# grnoc-mon at TULSA-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -392,7 +392,7 @@
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime
# System booted: 2016-08-15 04:31 CDT
# Protocols started: 2016-08-15 04:34 CDT
-# Last configured: 2016-10-18 15:17 CDT by sean
+# Last configured: 2016-10-18 17:20 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse
@@ -513,6 +513,14 @@
#xe-1/0/1.505 up up
#xe-1/0/1.513 up up
#xe-1/0/1.527 up up
+#xe-1/0/1.1504 up up
+#xe-1/0/1.1505 up up
+#xe-1/0/1.1513 up up
+#xe-1/0/1.1527 up up
+#xe-1/0/1.2504 up up
+#xe-1/0/1.2505 up up
+#xe-1/0/1.2513 up up
+#xe-1/0/1.2527 up up
#xe-1/0/1.32767 up up
#xe-1/1/0 up up
#xe-1/1/0.112 up up
@@ -645,6 +653,8 @@
#lsi.6 up up
#lsi.7 up up
#lsi.8 up up
+#lsi.9 up up
+#lsi.10 up up
#lsi.1048579 up up
#lsi.1048581 up up
#lsi.1048612 up up
@@ -661,7 +671,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration
-## Last commit: 2016-10-18 15:17:46 CDT by sean
+## Last commit: 2016-10-18 17:20:42 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -1632,43 +1642,221 @@
}
}
unit 504 {
- description "DHS-2020-HOLLY-CLAREMORE-100M-CIR0019594 [ORDERED]";
+ description "DHS-CLAREMORE-HOLLY-MGMT-100M-CIR0019594 [ORDERED]";
bandwidth 100m;
- vlan-id 504;
+ vlan-tags outer 504 inner 500;
family inet {
rpf-check;
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
sampling {
input;
+ output;
}
+ address 10.119.72.80/31;
}
}
unit 505 {
- description "DHS-515-E-PATTIE-PAGE-CLAREMORE-10M-CIR0019594 [ORDERED]";
+ description "DHS-CLAREMORE-E-PATTI-PAGE-MGMT-10M-CIR0019637 [ORDERED]";
bandwidth 10m;
- vlan-id 505;
+ vlan-tags outer 505 inner 500;
family inet {
rpf-check;
+ mtu 1500;
+ policer {
+ input 10M-POL;
+ output 10M-POL;
+ }
sampling {
input;
+ output;
}
+ address 10.119.72.78/31;
}
}
unit 513 {
- description "DHS-727-S-32ND-MUSKOGEE-150M-CIR0019368 [ORDERED]";
+ description "DHS-MUSKOGEE-S-32ND-MGMT-150M-CIR0019638 [ORDERED]";
bandwidth 150m;
- vlan-id 513;
+ vlan-tags outer 513 inner 500;
family inet {
rpf-check;
+ mtu 1500;
+ policer {
+ input 150M-POL;
+ output 150M-POL;
+ }
sampling {
input;
+ output;
}
+ address 10.119.72.150/31;
}
}
unit 527 {
- description "DHS-TULSA-PEORIA [ORDERED]";
- vlan-id 527;
- family inet;
+ description "DHS-TULSA-N-PEORIA-MGMT-100M-CIR0019595 [ORDERED]";
+ bandwidth 100m;
+ vlan-tags outer 527 inner 500;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.72.240/31;
+ }
}
+ unit 1504 {
+ description "DHS-CLAREMORE-HOLLY-DATA-100M-CIR0019594 [ORDERED]";
+ bandwidth 100m;
+ vlan-tags outer 504 inner 501;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.52.80/31;
+ }
+ }
+ unit 1505 {
+ description "DHS-CLAREMORE-E-PATTI-PAGE-DATA-10M-CIR0019637 [ORDERED]";
+ bandwidth 10m;
+ vlan-tags outer 505 inner 501;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 10M-POL;
+ output 10M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.52.78/31;
+ }
+ }
+ unit 1513 {
+ description "DHS-MUSKOGEE-S-32ND-DATA-150M-CIR0019638 [ORDERED]";
+ bandwidth 150m;
+ vlan-tags outer 513 inner 501;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 150M-POL;
+ output 150M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.52.150/31;
+ }
+ }
+ unit 1527 {
+ description "DHS-TULSA-N-PEORIA-DATA-100M-CIR0019595 [ORDERED]";
+ bandwidth 100m;
+ vlan-tags outer 527 inner 501;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.52.240/31;
+ }
+ }
+ unit 2504 {
+ description "DHS-CLAREMORE-HOLLY-GUEST-100M-CIR0019594 [ORDERED]";
+ bandwidth 100m;
+ vlan-tags outer 504 inner 502;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.56.80/31;
+ }
+ }
+ unit 2505 {
+ description "DHS-CLAREMORE-E-PATTI-PAGE-GUEST-10M-CIR0019637 [ORDERED]";
+ bandwidth 10m;
+ vlan-tags outer 505 inner 502;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 10M-POL;
+ output 10M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.56.78/31;
+ }
+ }
+ unit 2513 {
+ description "DHS-MUSKOGEE-S-32ND-GUEST-150M-CIR0019638 [ORDERED]";
+ bandwidth 150m;
+ vlan-tags outer 513 inner 502;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 150M-POL;
+ output 150M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.56.150/31;
+ }
+ }
+ unit 2527 {
+ description "DHS-TULSA-N-PEORIA-GUEST-100M-CIR0019595 [ORDERED]";
+ bandwidth 100m;
+ vlan-tags outer 527 inner 502;
+ family inet {
+ rpf-check;
+ mtu 1500;
+ policer {
+ input 100M-POL;
+ output 100M-POL;
+ }
+ sampling {
+ input;
+ output;
+ }
+ address 10.119.56.240/31;
+ }
+ }
}
xe-1/1/0 {
description "CORE 10GE to core1.tul xe-1/1/0 [AE0-2of2] | OneNet-TUL-TUL-XE-4483";
@@ -2952,6 +3140,90 @@
then reject;
}
}
+ policy-statement DHS-DATA-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DHS-DATA-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DHS-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DHS-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
+ policy-statement DHS-GUEST-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add DHS-GUEST-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement DHS-GUEST-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community DHS-GUEST-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement DPS-800MHZ-VRF-EXPORT {
term 1 {
from protocol static;
@@ -3681,6 +3953,8 @@
}
community 5078:16922 members 5078:16922;
community COMANCHE-PS-VPN members target:5078:2537;
+ community DHS-DATA-VPN members target:5078:2570;
+ community DHS-GUEST-VPN members target:5078:2571;
community DPS-800MHZ-VPN members target:5078:2578;
community DPS-VPN members target:5078:2540;
community NON_ONENET {
@@ -4325,6 +4599,32 @@
vrf-target target:5078:2537;
vrf-table-label;
}
+ DHS-DATA-L3VPN {
+ description DHS-DATA-L3VPN;
+ instance-type vrf;
+ interface xe-1/0/1.1504;
+ interface xe-1/0/1.1505;
+ interface xe-1/0/1.1513;
+ interface xe-1/0/1.1527;
+ route-distinguisher 164.58.199.224:2570;
+ vrf-import DHS-DATA-VRF-IMPORT;
+ vrf-export DHS-DATA-VRF-EXPORT;
+ vrf-target target:5078:2570;
+ vrf-table-label;
+ }
+ DHS-GUEST-L3VPN {
+ description DHS-GUEST-L3VPN;
+ instance-type vrf;
+ interface xe-1/0/1.2504;
+ interface xe-1/0/1.2505;
+ interface xe-1/0/1.2513;
+ interface xe-1/0/1.2527;
+ route-distinguisher 164.58.199.224:2571;
+ vrf-import DHS-GUEST-VRF-IMPORT;
+ vrf-export DHS-GUEST-VRF-EXPORT;
+ vrf-target target:5078:2571;
+ vrf-table-label;
+ }
DPS-800MHZ-L3VPN {
description DPS-800MHZ-L3VPN;
instance-type vrf;
@@ -4374,6 +4674,10 @@
OMES-MGMT-L3VPN {
description OMES-MGMT-L3VPN;
instance-type vrf;
+ interface xe-1/0/1.504;
+ interface xe-1/0/1.505;
+ interface xe-1/0/1.513;
+ interface xe-1/0/1.527;
interface ge-2/2/0.500;
route-distinguisher 164.58.199.224:2550;
vrf-import OMES-MGMT-VRF-IMPORT;
Index: configs/odmhsas-camhc-idabel.client.onenet.net
===================================================================
--- configs/odmhsas-camhc-idabel.client.onenet.net (revision 147361)
+++ configs/odmhsas-camhc-idabel.client.onenet.net (working copy)
@@ -148,7 +148,7 @@
#ppe0 up up
#st0 up up
#st0.1 up up
-#st0.2 up up
+#st0.2 up down
#tap up up
#vlan up up
#vlan.4 up up
Index: configs/hub.newcastle-router-mw.onenet.net
===================================================================
--- configs/hub.newcastle-router-mw.onenet.net (revision 147384)
+++ configs/hub.newcastle-router-mw.onenet.net (working copy)
@@ -23,13 +23,13 @@
!
!show flash
!Flash: nvram: Directory of nvram:/
-!Flash: nvram: 117 -rw- 7251 <no date> startup-config
+!Flash: nvram: 117 -rw- 7243 <no date> startup-config
!Flash: nvram: 118 ---- 27 <no date> private-config
-!Flash: nvram: 119 -rw- 7251 <no date> underlying-config
+!Flash: nvram: 119 -rw- 7243 <no date> underlying-config
!Flash: nvram: 1 ---- 32 <no date> persistent-data
!Flash: nvram: 2 -rw- 1612 <no date> cerf_report
!Flash: nvram: 4 -rw- 604 <no date> ifIndex-table
-!Flash: nvram: 129016 bytes total (117590 bytes free)
+!Flash: nvram: 129016 bytes total (117598 bytes free)
!
!Flash: bootflash: Directory of bootflash:/
!Flash: bootflash: 1 -rw- 4431932 Nov 08 2002 17:44:50 c7200-kboot-mz.121-8a.E
@@ -77,7 +77,7 @@
show platform hardware throughput level
!end show platform hardware throughput level
! Last configuration change at 10:30:17 extende Tue Oct 18 2016 by andrew
-! NVRAM config last updated at 01:39:39 extende Sat May 21 2016 by andrew
+! NVRAM config last updated at 18:00:27 extende Tue Oct 18 2016 by andrew
!
config-register 0x2102
version 12.3
Index: configs/core5.tul.onenet.net
===================================================================
--- configs/core5.tul.onenet.net (revision 147391)
+++ configs/core5.tul.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system commit
+# 2016-10-18 17:58:52 CDT by andrew via cli commit synchronize
# 2016-10-18 16:35:29 CDT by andrew via cli commit synchronize
# 2016-10-18 15:17:09 CDT by sean via cli commit synchronize
# 2016-10-18 15:11:36 CDT by sean via cli commit synchronize
# 2016-10-18 12:45:46 CDT by andrew via cli commit synchronize
# 2016-10-18 12:33:33 CDT by andrew via cli commit synchronize
-# 2016-10-18 12:08:25 CDT by sean via cli commit synchronize
# grnoc-mon at TULSA-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -391,7 +391,7 @@
# grnoc-mon at TULSA-CORE5-MX480-RE0> show system uptime
# System booted: 2016-08-15 04:47 CDT
# Protocols started: 2016-08-15 04:53 CDT
-# Last configured: 2016-10-18 16:35 CDT by andrew
+# Last configured: 2016-10-18 17:58 CDT by andrew
#
# {master}
# grnoc-mon at TULSA-CORE5-MX480-RE0> show interface terse
@@ -762,7 +762,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE5-MX480-RE0> show configuration
-## Last commit: 2016-10-18 16:35:29 CDT by andrew
+## Last commit: 2016-10-18 17:58:52 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -3163,9 +3163,6 @@
family inet {
rpf-check;
mtu 1500;
- filter {
- output BLOCK-OMES-AUTHENTICATION;
- }
policer {
input 50M-POL;
output 50M-POL;
@@ -7139,21 +7136,6 @@
then accept;
}
}
- filter BLOCK-OMES-AUTHENTICATION {
- term BLOCK-AUTH {
- from {
- address {
- 204.87.118.184/32;
- }
- }
- then {
- discard;
- }
- }
- term ALLOW-ALL-ELSE {
- then accept;
- }
- }
}
policer 500M-POL {
logical-interface-policer;
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 147391)
+++ 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 147391)
+++ 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/rpswi1.okc.onenet.net
===================================================================
--- configs/rpswi1.okc.onenet.net (revision 147391)
+++ configs/rpswi1.okc.onenet.net (working copy)
@@ -213,8 +213,8 @@
#ge-0/0/18.0 up up
#ge-0/0/19 up up
#ge-0/0/19.0 up up
-#ge-0/0/20 up up
-#ge-0/0/20.0 up up
+#ge-0/0/20 up down
+#ge-0/0/20.0 up down
#ge-0/0/21 up down
#ge-0/0/21.0 up down
#ge-0/0/22 up down
More information about the Nocrancid
mailing list