[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Fri Oct 10 15:02:19 CDT 2014
Index: configs/hub.chi.onenet.net
===================================================================
--- configs/hub.chi.onenet.net (revision 120357)
+++ configs/hub.chi.onenet.net (working copy)
@@ -291,7 +291,7 @@
#t3-2/0/1.0 up up
#ct3-2/0/2 up up
#t1-2/0/2:1 down down
-#t1-2/0/2:2 down up
+#t1-2/0/2:2 down down
#t1-2/0/2:3 down down
#t1-2/0/2:4 down down
#t1-2/0/2:5 down down
Index: configs/core1.dc.onenet.net
===================================================================
--- configs/core1.dc.onenet.net (revision 120357)
+++ configs/core1.dc.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at MX480_DC_01_RE0> show system commit
-# 2014-10-10 13:39:16 CDT by andrew via cli commit confirmed, rollback in 1mins synchronize
-# 2014-10-08 15:27:49 CDT by andrew via cli commit synchronize
-# 2014-10-08 15:26:30 CDT by andrew via cli commit synchronize
-# 2014-10-08 15:25:33 CDT by andrew via cli commit synchronize
-# 2014-10-06 15:20:39 CDT by andrew via cli commit synchronize
-# 2014-10-06 12:17:05 CDT by andrew via cli commit confirmed, rollback in 5mins synchronize
+# 2014-10-10 14:48:23 CDT by rnordmark via cli commit synchronize
+# 2014-10-10 14:47:12 CDT by rnordmark via cli commit synchronize
+# 2014-10-10 14:45:44 CDT by rnordmark via cli commit synchronize
+# 2014-10-10 14:31:12 CDT by rnordmark via cli commit synchronize
+# 2014-10-10 14:27:37 CDT by rnordmark via cli commit synchronize
+# 2014-10-10 14:08:06 CDT by rnordmark via cli commit confirmed, rollback in 1mins synchronize
# grnoc-mon at MX480_DC_01_RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -427,7 +427,7 @@
# grnoc-mon at MX480_DC_01_RE0> show system uptime
# System booted: 2014-08-25 20:38 CDT
# Protocols started: 2014-08-25 20:40 CDT
-# Last configured: 2014-10-10 13:39 CDT by andrew
+# Last configured: 2014-10-10 14:48 CDT by rnordmark
#
# {master}
# grnoc-mon at MX480_DC_01_RE0> show interface terse
@@ -533,8 +533,8 @@
#ge-1/2/3.0 up up
#ge-1/2/4 up up
#ge-1/2/4.0 up up
-#ge-1/2/5 up down
-#ge-1/2/5.0 up down
+#ge-1/2/5 up up
+#ge-1/2/5.0 up up
#ge-1/2/6 up down
#ge-1/2/7 up down
#ge-1/2/8 up down
@@ -755,6 +755,9 @@
#irb.1204 up up
#irb.1205 up up
#irb.1206 up up
+#irb.1320 up up
+#irb.1321 up up
+#irb.1322 up up
#irb.1401 up up
#irb.1402 up up
#irb.1403 up up
@@ -859,6 +862,9 @@
#lsi.3 up up
#lsi.4 up up
#lsi.5 up up
+#lsi.6 up up
+#lsi.7 up up
+#lsi.8 up up
#lsi.1048577 up up
#lsi.1048616 up up
#lsi.1048649 up up
@@ -879,7 +885,7 @@
#pp0 up up
#tap up up
# grnoc-mon at MX480_DC_01_RE0> show configuration
-## Last commit: 2014-10-10 13:39:16 CDT by andrew
+## Last commit: 2014-10-10 14:48:23 CDT by rnordmark
version 12.3R7.7;
groups {
re0 {
@@ -2435,6 +2441,22 @@
address 164.58.245.169/30;
}
}
+ unit 1320 {
+ description omes_oeqa_data_1320;
+ family inet {
+ address 10.119.24.100/31;
+ }
+ }
+ unit 1321 {
+ family inet {
+ address 10.119.32.100/31;
+ }
+ }
+ unit 1322 {
+ family inet {
+ address 10.119.40.100/31;
+ }
+ }
inactive: unit 1342 {
family inet {
mtu 1500;
@@ -3505,6 +3527,116 @@
then reject;
}
}
+ policy-statement OMES-AGENCY-DATA-VRF-EXPORT {
+ term 1 {
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ }
+ }
+ term 2 {
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ }
+ }
+ term 3 {
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ }
+ }
+ term 4 {
+ then {
+ community add OMES-AGENCY-DATA-VPN;
+ }
+ }
+ }
+ policy-statement OMES-AGENCY-DATA-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-AGENCY-DATA-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
+ policy-statement OMES-MGMT-VRF-EXPORT {
+ term 1 {
+ from protocol static;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 2 {
+ from protocol direct;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 3 {
+ from protocol ospf;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ term 4 {
+ from protocol bgp;
+ then {
+ community add OMES-MGMT-VPN;
+ accept;
+ }
+ }
+ }
+ policy-statement OMES-MGMT-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-MGMT-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
+ policy-statement OMES-VOIP-VRF-EXPORT {
+ term 1 {
+ then {
+ community add OMES-VOIP-VPN;
+ }
+ }
+ term 2 {
+ then {
+ community add OMES-VOIP-VPN;
+ }
+ }
+ term 3 {
+ then {
+ community add OMES-VOIP-VPN;
+ }
+ }
+ term 4 {
+ then {
+ community add OMES-VOIP-VPN;
+ }
+ }
+ }
+ policy-statement OMES-VOIP-VRF-IMPORT {
+ term 1 {
+ from {
+ protocol bgp;
+ community OMES-VOIP-VPN;
+ }
+ then accept;
+ }
+ term 2 {
+ then reject;
+ }
+ }
policy-statement ONENET-CONTENT-FILTER-VRF-EXPORT {
term 1 {
from protocol static;
@@ -3723,6 +3855,9 @@
community MX480_DC_01 members 5078:194;
community ODOT-VPN members target:5078:2538;
community OIDS-VPN members target:5078:2532;
+ community OMES-AGENCY-DATA-VPN members target:5078:2548;
+ community OMES-MGMT-VPN members target:5078:2550;
+ community OMES-VOIP-VPN members target:5078:2549;
community ONENET-MGMT-VPN members target:5078:2543;
community ONENET-PoP-APPLIANCES members target:5078:2012;
community ONET-CONTENT-FILTER-VPN members target:5078:2530;
@@ -4160,6 +4295,36 @@
vrf-target target:5078:2532;
vrf-table-label;
}
+ OMES-AGENCY-DATA-L3VPN {
+ description OMES-AGENCY-DATA-L3VPN;
+ instance-type vrf;
+ interface irb.1320;
+ route-distinguisher 164.58.199.192:2548;
+ vrf-import OMES-AGENCY-DATA-VRF-IMPORT;
+ vrf-export OMES-AGENCY-DATA-VRF-EXPORT;
+ vrf-target target:5078:2548;
+ vrf-table-label;
+ }
+ OMES-MGMT-L3VPN {
+ description OMES-MGMT-L3VPN;
+ instance-type vrf;
+ interface irb.1322;
+ route-distinguisher 164.58.199.194:2550;
+ vrf-import OMES-MGMT-VRF-IMPORT;
+ vrf-export OMES-MGMT-VRF-EXPORT;
+ vrf-target target:5078:2550;
+ vrf-table-label;
+ }
+ OMES-VOIP-L3VPN {
+ description OMES-VOIP-L3VPN;
+ instance-type vrf;
+ interface irb.1321;
+ route-distinguisher 164.58.199.192:2549;
+ vrf-import OMES-VOIP-VRF-IMPORT;
+ vrf-export OMES-VOIP-VRF-EXPORT;
+ vrf-target target:5078:2549;
+ vrf-table-label;
+ }
ONENET-MGMT-L3VPN {
apply-groups OSPF-RI;
description ONENET-MGMT-L3VPN;
@@ -5268,12 +5433,15 @@
}
omes_oeqa_data_1320 {
vlan-id 1320;
+ routing-interface irb.1320;
}
omes_oeqa_mgmt_1322 {
vlan-id 1322;
+ routing-interface irb.1322;
}
omes_oeqa_voip_1321 {
vlan-id 1321;
+ routing-interface irb.1321;
}
optical___-01-0810 {
vlan-id 810;
Index: configs/hub.mus.onenet.net
===================================================================
--- configs/hub.mus.onenet.net (revision 120220)
+++ configs/hub.mus.onenet.net (working copy)
@@ -351,7 +351,7 @@
#t1-2/0/2:22 down down
#t1-2/0/2:23 down down
#t1-2/0/2:24 up up
-#t1-2/0/2:24.0 up up
+#t1-2/0/2:24.0 up down
#t1-2/0/2:25 down down
#t1-2/0/2:26 down down
#t1-2/0/2:27 down down
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 120356)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -541,7 +541,7 @@
#t1-2/3/0:3:12 up up
#t1-2/3/0:3:12.0 up up
#t1-2/3/0:3:13 up up
-#t1-2/3/0:3:13.0 up down
+#t1-2/3/0:3:13.0 up up
#t1-2/3/0:3:14 up up
#t1-2/3/0:3:14.0 up up
#t1-2/3/0:3:15 up up
@@ -965,10 +965,10 @@
#t1-2/3/0:11:20.0 up up
#t1-2/3/0:11:21 up up
#t1-2/3/0:11:21.0 up up
-#t1-2/3/0:11:22 up up
-#t1-2/3/0:11:22.0 up up
-#t1-2/3/0:11:23 up up
-#t1-2/3/0:11:23.0 up up
+#t1-2/3/0:11:22 up down
+#t1-2/3/0:11:22.0 up down
+#t1-2/3/0:11:23 up down
+#t1-2/3/0:11:23.0 up down
#t1-2/3/0:11:24 up up
#t1-2/3/0:11:24.0 up up
#t1-2/3/0:11:25 up up
@@ -1306,7 +1306,7 @@
#t1-3/3/0:6:23 up up
#t1-3/3/0:6:23.0 up up
#t1-3/3/0:6:24 up up
-#t1-3/3/0:6:24.0 up up
+#t1-3/3/0:6:24.0 up down
#t1-3/3/0:6:25 down down
#t1-3/3/0:6:26 down down
#t1-3/3/0:6:27 down down
Index: configs/san-sw-tulsa-ex2200.onenet.net
===================================================================
--- configs/san-sw-tulsa-ex2200.onenet.net (revision 120235)
+++ configs/san-sw-tulsa-ex2200.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at SAN-SW-TULSA-EX2200> show system commit
+# 2014-10-10 14:47:44 CDT by joel via cli
+# 2014-10-10 14:32:56 CDT by joel via cli
# 2014-10-06 13:47:38 CDT by admin via cli commit confirmed, rollback in 5mins
# 2014-10-06 11:42:22 CDT by andrew via cli
# 2014-08-13 15:17:48 CDT by admin via cli commit confirmed, rollback in 2mins
# 2014-08-13 15:13:01 CDT by andrew via cli commit confirmed, rollback in 2mins
-# 2014-08-13 14:58:08 CDT by andrew via cli commit confirmed, rollback in 2mins
-# 2014-08-04 14:56:32 CDT by admin via cli
# grnoc-mon at SAN-SW-TULSA-EX2200> show chassis environment
# Class Item Status Measurement
# Power FPC 0 Power Supply 0 OK
@@ -141,7 +141,7 @@
# grnoc-mon at SAN-SW-TULSA-EX2200> show system uptime
# System booted: 2014-04-16 15:04 CDT
# Protocols started: 2014-04-16 15:08 CDT
-# Last configured: 2014-10-06 13:47 CDT by admin
+# Last configured: 2014-10-10 14:47 CDT by joel
#
# grnoc-mon at SAN-SW-TULSA-EX2200> show interface terse
#Interface Admin Link
@@ -179,12 +179,12 @@
#ge-0/0/15.0 up up
#ge-0/0/16 up up
#ge-0/0/16.0 up up
-#ge-0/0/17 up down
-#ge-0/0/17.0 up down
+#ge-0/0/17 up up
+#ge-0/0/17.0 up up
#ge-0/0/18 up up
#ge-0/0/18.0 up up
-#ge-0/0/19 up down
-#ge-0/0/19.0 up down
+#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/21 up down
@@ -216,7 +216,7 @@
#vlan up up
#vlan.2543 up up
# grnoc-mon at SAN-SW-TULSA-EX2200> show configuration
-## Last commit: 2014-10-06 13:47:38 CDT by admin
+## Last commit: 2014-10-10 14:47:44 CDT by joel
version 11.4R6.6;
system {
host-name SAN-SW-TULSA-EX2200;
@@ -496,12 +496,16 @@
}
}
ge-0/0/17 {
+ description Netbotz-570-Camera;
unit 0 {
- family ethernet-switching;
+ family ethernet-switching {
+ vlan {
+ members vlan-804;
+ }
+ }
}
}
ge-0/0/18 {
- mtu 9192;
unit 0 {
family ethernet-switching {
vlan {
Index: configs/core4.tul.onenet.net
===================================================================
--- configs/core4.tul.onenet.net (revision 120278)
+++ configs/core4.tul.onenet.net (working copy)
@@ -194,6 +194,7 @@
# PIC 2 BUILTIN BUILTIN 10x 1GE(LAN) SFP
# Xcvr 9 REV 02 740-013111 A464163 SFP-T
# PIC 3 BUILTIN BUILTIN 10x 1GE(LAN) SFP
+# Xcvr 0 REV 02 740-013111 D444492 SFP-T
# Xcvr 2 REV 02 740-013111 D444571 SFP-T
# Xcvr 7 REV 02 740-013111 D446029 SFP-T
# Xcvr 8 REV 02 740-013111 D444048 SFP-T
Index: configs/hub.ard.onenet.net
===================================================================
--- configs/hub.ard.onenet.net (revision 119970)
+++ configs/hub.ard.onenet.net (working copy)
@@ -362,8 +362,8 @@
#t1-2/0/3:12.0 up up
#t1-2/0/3:13 up up
#t1-2/0/3:13.0 up up
-#t1-2/0/3:14 up up
-#t1-2/0/3:14.0 up up
+#t1-2/0/3:14 up down
+#t1-2/0/3:14.0 up down
#t1-2/0/3:15 down down
#t1-2/0/3:16 down down
#t1-2/0/3:17 down down
More information about the Nocrancid
mailing list