[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Aug 14 15:02:05 CDT 2015
Index: configs/core.end.onenet.net
===================================================================
--- configs/core.end.onenet.net (revision 130244)
+++ configs/core.end.onenet.net (working copy)
@@ -401,8 +401,8 @@
#lsi.1075120 up up
#lsi.1075123 up up
#lsi.1075124 up up
-#lsi.1075125 up up
-#lsi.1075126 up up
+#lsi.1075127 up up
+#lsi.1075128 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core5.okc.onenet.net
===================================================================
--- configs/core5.okc.onenet.net (revision 130270)
+++ configs/core5.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE5-MX480-RE0> show system commit
+# 2015-08-14 14:18:39 CDT by andrew via cli commit synchronize
# 2015-08-13 14:29:37 CDT by sean via cli commit synchronize
# 2015-08-13 14:25:54 CDT by sean via cli commit synchronize
# 2015-08-11 08:38:34 CDT by andrew via cli commit synchronize
# 2015-08-10 23:01:22 CDT by andrew via cli commit synchronize
# 2015-08-10 22:53:23 CDT by andrew via cli commit synchronize
-# 2015-08-10 21:01:59 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE5-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -432,7 +432,7 @@
# grnoc-mon at OKC-CORE5-MX480-RE0> show system uptime
# System booted: 2014-09-16 23:50 CDT
# Protocols started: 2014-09-16 23:51 CDT
-# Last configured: 2015-08-13 14:29 CDT by sean
+# Last configured: 2015-08-14 14:18 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE5-MX480-RE0> show interface terse
@@ -709,6 +709,7 @@
#lsi.12 up up
#lsi.13 up up
#lsi.14 up up
+#lsi.15 up up
#lsi.1494019 up up
#lsi.1496614 up up
#lsi.1501875 up up
@@ -755,8 +756,8 @@
#lsi.1522666 up up
#lsi.1522669 up up
#lsi.1522670 up up
-#lsi.1522671 up up
#lsi.1522673 up up
+#lsi.1522674 up up
#mtun up up
#pimd up up
#pime up up
@@ -764,7 +765,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE5-MX480-RE0> show configuration
-## Last commit: 2015-08-13 14:29:37 CDT by sean
+## Last commit: 2015-08-14 14:18:39 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -1908,8 +1909,12 @@
}
}
unit 1126 {
- description "DPS-RADIO-800MHZ-TO-OMES-CIR000XXXX [ORDERED]";
+ description OTRD-GUEST-L3VPN-TO-OMES-CIR000XXXX;
vlan-id 1126;
+ family inet {
+ mtu 9000;
+ address 10.119.48.130/31;
+ }
}
unit 5160 {
description VPLS-OMES-2516-CIR0005947;
@@ -3989,6 +3994,31 @@
then reject;
}
}
+ policy-statement EBGP-OTRD-GUEST-CORE-EXPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ term REJECT-ALL {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OTRD-GUEST-CORE-IMPORT {
+ term ACCEPT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term REJECT-ALL {
+ then reject;
+ }
+ }
policy-statement EBGP-REJECT-EXPORT {
term STEP-1 {
from {
@@ -4383,6 +4413,48 @@
then reject;
}
}
+ policy-statement OTRD-GUEST-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OTRD-GUEST-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OTRD-GUEST-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OTRD-GUEST-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OTRD-GUEST-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OTRD-GUEST-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OTRD-GUEST-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement PS-NET-VRF-EXPORT {
term 1 {
from protocol static;
@@ -4497,6 +4569,7 @@
community ONENET_CUST_OMES members 5078:40628;
community ONENET_INTERNAL members 5078:10000;
community OTRD-DATA-VPN members target:5078:2569;
+ community OTRD-GUEST-VPN members target:5078:2574;
community PS-NET-VPN members target:5078:2530;
community TAGNET-VPN members target:5078:2531;
as-path 21357 21357;
@@ -9397,6 +9470,34 @@
}
}
}
+ OTRD-GUEST-L3VPN {
+ description OTRD-GUEST-L3VPN;
+ instance-type vrf;
+ interface xe-2/0/1.1126;
+ route-distinguisher 164.58.199.215:2574;
+ vrf-import OTRD-GUEST-VRF-IMPORT;
+ vrf-export OTRD-GUEST-VRF-EXPORT;
+ vrf-target target:5078:2574;
+ vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-OTRD-GUEST {
+ type external;
+ family inet {
+ unicast;
+ }
+ local-as 64569 loops 3 no-prepend-global-as;
+ neighbor 10.119.48.131 {
+ description "EBGP-OTRD-GUEST-CIR000XXXX [NO-MONITOR]";
+ import EBGP-OTRD-GUEST-CORE-IMPORT;
+# authentication-key <removed>;
+ export EBGP-OTRD-GUEST-CORE-EXPORT;
+ peer-as 65036;
+ }
+ }
+ }
+ }
+ }
PS-NET-L3VPN {
description "PS_NET Public Safety Net";
instance-type vrf;
Index: configs/core.hut.hen.onenet.net
===================================================================
--- configs/core.hut.hen.onenet.net (revision 130262)
+++ configs/core.hut.hen.onenet.net (working copy)
@@ -324,8 +324,8 @@
#lsi.1050439 up up
#lsi.1050441 up up
#lsi.1050444 up up
-#lsi.1050445 up up
#lsi.1050447 up up
+#lsi.1050448 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.hut.sei.onenet.net
===================================================================
--- configs/core.hut.sei.onenet.net (revision 130263)
+++ configs/core.hut.sei.onenet.net (working copy)
@@ -318,8 +318,8 @@
#lsi.1051210 up up
#lsi.1051212 up up
#lsi.1051215 up up
-#lsi.1051216 up up
#lsi.1051218 up up
+#lsi.1051219 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.dur.onenet.net
===================================================================
--- configs/core.dur.onenet.net (revision 130244)
+++ configs/core.dur.onenet.net (working copy)
@@ -399,8 +399,8 @@
#lsi.1076398 up up
#lsi.1076401 up up
#lsi.1076402 up up
-#lsi.1076403 up up
-#lsi.1076404 up up
+#lsi.1076405 up up
+#lsi.1076406 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 130270)
+++ configs/core4.okc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OKC-CORE4-MX480-RE0> show system commit
+# 2015-08-14 14:20:08 CDT by andrew via cli commit synchronize
+# 2015-08-14 14:08:56 CDT by joel via cli commit synchronize
# 2015-08-14 11:47:58 CDT by andrew via cli commit synchronize
# 2015-08-14 10:22:19 CDT by sky via cli commit synchronize
# 2015-08-13 12:55:47 CDT by andrew via cli commit synchronize
# 2015-08-12 09:32:38 CDT by andrew via cli commit synchronize
-# 2015-08-11 08:39:08 CDT by andrew via cli commit synchronize
-# 2015-08-10 22:53:26 CDT by andrew via cli commit synchronize
# grnoc-mon at OKC-CORE4-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -426,7 +426,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2014-09-16 23:49 CDT
# Protocols started: 2014-09-16 23:51 CDT
-# Last configured: 2015-08-14 11:47 CDT by andrew
+# Last configured: 2015-08-14 14:20 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -618,6 +618,7 @@
#xe-1/0/0.1122 up up
#xe-1/0/0.1124 up up
#xe-1/0/0.1125 up up
+#xe-1/0/0.1126 up up
#xe-1/0/0.5160 up up
#xe-1/0/0.5165 up up
#xe-1/0/0.32767 up up
@@ -889,6 +890,7 @@
#lsi.14 up up
#lsi.15 up up
#lsi.16 up up
+#lsi.17 up up
#lsi.1049327 up up
#lsi.1049825 up up
#lsi.1051220 up up
@@ -913,8 +915,8 @@
#lsi.1051979 up up
#lsi.1051981 up up
#lsi.1051984 up up
-#lsi.1051985 up up
#lsi.1051987 up up
+#lsi.1051988 up up
#mtun up up
#pimd up up
#pime up up
@@ -922,7 +924,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2015-08-14 11:47:58 CDT by andrew
+## Last commit: 2015-08-14 14:20:08 CDT by andrew
version 12.3R7.7;
groups {
re0 {
@@ -2917,6 +2919,14 @@
address 10.119.64.0/31;
}
}
+ unit 1126 {
+ description OTRD-GUEST-L3VPN-TO-OMES-CIR000XXXX;
+ vlan-id 1126;
+ family inet {
+ mtu 9000;
+ address 10.119.48.128/31;
+ }
+ }
unit 5160 {
description "VPLS-OMES-2516-CIR0005946 [NO-MONITOR]";
encapsulation vlan-vpls;
@@ -5003,6 +5013,7 @@
route 156.110.34.184/29 next-hop 164.58.9.22;
route 156.110.38.208/28 next-hop 156.110.130.154;
route 156.110.35.104/29 next-hop 156.110.34.66;
+ route 156.110.38.0/29 next-hop 156.110.25.30;
}
router-id 164.58.199.214;
autonomous-system 5078;
@@ -6877,6 +6888,31 @@
then reject;
}
}
+ policy-statement EBGP-OTRD-GUEST-CORE-EXPORT {
+ term REJECT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then reject;
+ }
+ term ACCEPT-ALL {
+ then accept;
+ }
+ term REJECT-ALL {
+ then reject;
+ }
+ }
+ policy-statement EBGP-OTRD-GUEST-CORE-IMPORT {
+ term ACCEPT-DEFAULT {
+ from {
+ route-filter 0.0.0.0/0 exact;
+ }
+ then accept;
+ }
+ term REJECT-ALL {
+ then reject;
+ }
+ }
policy-statement EBGP-OUHSC-IMPORT {
term prefixes {
from {
@@ -7632,6 +7668,48 @@
then reject;
}
}
+ policy-statement OTRD-GUEST-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OTRD-GUEST-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OTRD-GUEST-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OTRD-GUEST-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OTRD-GUEST-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OTRD-GUEST-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OTRD-GUEST-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -7755,6 +7833,7 @@
community ONET-UPS-VPN members target:5078:100;
community OSBI-VPN members target:5078:2546;
community OTRD-DATA-VPN members target:5078:2569;
+ community OTRD-GUEST-VPN members target:5078:2574;
community Qwest-Timezone members [ 209:64993 209:64973 209:64982 ];
community TAGNET-VPN members target:5078:2531;
community UCO-VPN members target:5078:3001;
@@ -9504,6 +9583,34 @@
}
}
}
+ OTRD-GUEST-L3VPN {
+ description OTRD-GUEST-L3VPN;
+ instance-type vrf;
+ interface xe-1/0/0.1126;
+ route-distinguisher 164.58.199.214:2574;
+ vrf-import OTRD-GUEST-VRF-IMPORT;
+ vrf-export OTRD-GUEST-VRF-EXPORT;
+ vrf-target target:5078:2574;
+ vrf-table-label;
+ protocols {
+ bgp {
+ group EBGP-OTRD-GUEST {
+ type external;
+ family inet {
+ unicast;
+ }
+ local-as 64569 loops 3 no-prepend-global-as;
+ neighbor 10.119.48.129 {
+ description "EBGP-OTRD-GUEST-CIR000XXXX [NO-MONITOR]";
+ import EBGP-OTRD-GUEST-CORE-IMPORT;
+# authentication-key <removed>;
+ export EBGP-OTRD-GUEST-CORE-EXPORT;
+ peer-as 65036;
+ }
+ }
+ }
+ }
+ }
TAGNET-L3VPN {
description TAGNET-L3VPN;
instance-type vrf;
Index: configs/core.ada.onenet.net
===================================================================
--- configs/core.ada.onenet.net (revision 130244)
+++ configs/core.ada.onenet.net (working copy)
@@ -405,8 +405,8 @@
#lsi.1077182 up up
#lsi.1077185 up up
#lsi.1077186 up up
-#lsi.1077187 up up
-#lsi.1077188 up up
+#lsi.1077189 up up
+#lsi.1077190 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.hut.ard.onenet.net
===================================================================
--- configs/core.hut.ard.onenet.net (revision 130259)
+++ configs/core.hut.ard.onenet.net (working copy)
@@ -331,8 +331,8 @@
#lsi.1051629 up up
#lsi.1051631 up up
#lsi.1051634 up up
-#lsi.1051635 up up
#lsi.1051637 up up
+#lsi.1051638 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.hut.412.onenet.net
===================================================================
--- configs/core.hut.412.onenet.net (revision 130244)
+++ configs/core.hut.412.onenet.net (working copy)
@@ -330,8 +330,8 @@
#lsi.1051039 up up
#lsi.1051041 up up
#lsi.1051044 up up
-#lsi.1051045 up up
-#lsi.1051046 up up
+#lsi.1051047 up up
+#lsi.1051048 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.ard.onenet.net
===================================================================
--- configs/core.ard.onenet.net (revision 130241)
+++ configs/core.ard.onenet.net (working copy)
@@ -353,13 +353,13 @@
#lsi.1077551 up up
#lsi.1077554 up up
#lsi.1077556 up up
-#lsi.1077558 up up
#lsi.1077561 up up
#lsi.1077563 up up
#lsi.1077564 up up
#lsi.1077566 up up
#lsi.1077567 up up
#lsi.1077568 up up
+#lsi.1077569 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/hub.tsb.onenet.net
===================================================================
--- configs/hub.tsb.onenet.net (revision 130270)
+++ configs/hub.tsb.onenet.net (working copy)
@@ -192,7 +192,7 @@
# grnoc-mon at TULSA-STATE-BUILDING-MX80> show version
# Hostname: TULSA-STATE-BUILDING-MX80 # Model: mx80 # JUNOS Base OS boot [11.4R7.5] # JUNOS Base OS Software Suite [11.4R7.5] # JUNOS Kernel Software Suite [11.4R7.5] # JUNOS Crypto Software Suite [11.4R7.5] # JUNOS Packet Forwarding Engine Support (MX80) [11.4R7.5] # JUNOS Online Documentation [11.4R7.5] # JUNOS Routing Software Suite [11.4R7.5] # # grnoc-mon at TULSA-STATE-BUILDING-MX80> file list /var/tmp detail #
# /var/tmp:
-# total 1740020
+# total 1693204
# -rw-rw---- 1 root field 32575488 Mar 3 2014 autoconfd.core.0
# -rw-r--r-- 1 root field 30 Feb 29 2012 ex.txt
# drwxr-xr-x 2 root field 512 Feb 29 2012 gres-tp/
@@ -200,7 +200,7 @@
# -rw-rw---- 1 root field 51994624 Oct 24 2013 ifinfo.core.1
# -rw-rw---- 1 root field 51974144 Oct 24 2013 ifinfo.core.2
# -rw-rw---- 1 root field 52744192 Oct 24 2013 ifinfo.core.3
-# -rw-rw---- 1 root field 52727808 Aug 14 14:00 ifinfo.core.4
+# -rw-rw---- 1 root field 28770304 Aug 14 15:00 ifinfo.core.4
# drwxrwxrwx 2 root wheel 512 Oct 12 2012 install/
# -rw-rw---- 1 root field 33464320 Mar 3 2014 jdiameterd.core.0
# -rw-r--r-- 1 eng field 99542994 Apr 23 2013 jinstall-ppc-11.4R7.5-domestic-signed.tgz
Index: configs/core.alt.onenet.net
===================================================================
--- configs/core.alt.onenet.net (revision 130244)
+++ configs/core.alt.onenet.net (working copy)
@@ -404,8 +404,8 @@
#lsi.1209606 up up
#lsi.1209609 up up
#lsi.1209610 up up
-#lsi.1209611 up up
-#lsi.1209612 up up
+#lsi.1209613 up up
+#lsi.1209614 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.chi.onenet.net
===================================================================
--- configs/core.chi.onenet.net (revision 130241)
+++ configs/core.chi.onenet.net (working copy)
@@ -339,7 +339,6 @@
#lsi.1075513 up up
#lsi.1075514 up up
#lsi.1075516 up up
-#lsi.1075517 up up
#lsi.1075518 up up
#lsi.1075519 up up
#lsi.1075521 up up
@@ -348,6 +347,7 @@
#lsi.1075525 up up
#lsi.1075526 up up
#lsi.1075527 up up
+#lsi.1075528 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core.hut.cli.onenet.net
===================================================================
--- configs/core.hut.cli.onenet.net (revision 130261)
+++ configs/core.hut.cli.onenet.net (working copy)
@@ -304,8 +304,8 @@
#lsi.1051110 up up
#lsi.1051112 up up
#lsi.1051115 up up
-#lsi.1051116 up up
#lsi.1051118 up up
+#lsi.1051119 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.hut.wea.onenet.net
===================================================================
--- configs/core.hut.wea.onenet.net (revision 130264)
+++ configs/core.hut.wea.onenet.net (working copy)
@@ -315,8 +315,8 @@
#lsi.1051298 up up
#lsi.1051300 up up
#lsi.1051303 up up
-#lsi.1051304 up up
#lsi.1051306 up up
+#lsi.1051307 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 130270)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -588,8 +588,8 @@
#t1-2/3/0:4:18.0 up up
#t1-2/3/0:4:19 up up
#t1-2/3/0:4:19.0 up up
-#t1-2/3/0:4:20 up down
-#t1-2/3/0:4:20.0 up down
+#t1-2/3/0:4:20 up up
+#t1-2/3/0:4:20.0 up up
#t1-2/3/0:4:21 up up
#t1-2/3/0:4:21.0 up up
#t1-2/3/0:4:22 up up
@@ -872,7 +872,7 @@
#t1-2/3/0:10:18 up up
#t1-2/3/0:10:18.0 up up
#t1-2/3/0:10:19 up up
-#t1-2/3/0:10:19.0 up up
+#t1-2/3/0:10:19.0 up down
#t1-2/3/0:10:20 up up
#t1-2/3/0:10:20.0 up up
#t1-2/3/0:10:21 up up
@@ -1360,7 +1360,7 @@
#t1-3/3/0:9:13 down down
#t1-3/3/0:9:14 down down
#t1-3/3/0:9:15 down down
-#t1-3/3/0:9:16 up up
+#t1-3/3/0:9:16 up down
#t1-3/3/0:9:16.0 up down
#t1-3/3/0:9:17 down down
#t1-3/3/0:9:18 down down
@@ -1369,7 +1369,7 @@
#t1-3/3/0:9:21 down down
#t1-3/3/0:9:22 up down
#t1-3/3/0:9:22.0 up down
-#t1-3/3/0:9:23 up down
+#t1-3/3/0:9:23 up up
#t1-3/3/0:9:23.0 up down
#t1-3/3/0:9:24 down down
#t1-3/3/0:9:25 down down
Index: configs/core.hut.ato.onenet.net
===================================================================
--- configs/core.hut.ato.onenet.net (revision 130260)
+++ configs/core.hut.ato.onenet.net (working copy)
@@ -319,8 +319,8 @@
#lsi.1052181 up up
#lsi.1052183 up up
#lsi.1052186 up up
-#lsi.1052187 up up
#lsi.1052189 up up
+#lsi.1052190 up up
#me0 up up
#me0.0 up up
#mtun up up
Index: configs/core.dun.onenet.net
===================================================================
--- configs/core.dun.onenet.net (revision 130244)
+++ configs/core.dun.onenet.net (working copy)
@@ -377,8 +377,8 @@
#lsi.1052894 up up
#lsi.1052895 up up
#lsi.1052898 up up
-#lsi.1052899 up up
-#lsi.1052900 up up
+#lsi.1052901 up up
+#lsi.1052902 up up
#mtun up up
#pimd up up
#pime up up
Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net (revision 130244)
+++ 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
+# 2015-08-14 14:03:48 CDT by sky via cli commit synchronize
# 2015-08-14 12:25:13 CDT by sky via cli commit synchronize
# 2015-08-14 12:19:14 CDT by sky via cli commit synchronize
# 2015-08-14 12:15:25 CDT by sky via cli commit synchronize
# 2015-08-07 14:11:35 CDT by sean via cli commit synchronize
# 2015-08-07 14:08:59 CDT by sean via cli commit synchronize
-# 2015-08-07 13:45:34 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
@@ -387,7 +387,7 @@
# grnoc-mon at TULSA-CORE4-MX480-RE0> show system uptime
# System booted: 2014-12-03 03:18 CST
# Protocols started: 2014-12-03 03:19 CST
-# Last configured: 2015-08-14 12:25 CDT by sky
+# Last configured: 2015-08-14 14:03 CDT by sky
#
# {master}
# grnoc-mon at TULSA-CORE4-MX480-RE0> show interface terse
@@ -644,7 +644,7 @@
#pp0 up up
#tap up up
# grnoc-mon at TULSA-CORE4-MX480-RE0> show configuration
-## Last commit: 2015-08-14 12:25:13 CDT by sky
+## Last commit: 2015-08-14 14:03:48 CDT by sky
version 13.3R4.6;
groups {
re0 {
@@ -1386,7 +1386,7 @@
}
}
unit 187 {
- description "WILSON-ISD-SITE11256-150M-CIR0006303[ORDERED]";
+ description WILSON-ISD-HENRYETTA-150M-CIR0006303;
vlan-id 187;
family inet {
rpf-check;
More information about the Nocrancid
mailing list