[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Tue Apr 4 18:04:14 CDT 2017
Index: configs/kiamichi-fmc-battiest.client.onenet.net
===================================================================
--- configs/kiamichi-fmc-battiest.client.onenet.net (revision 152125)
+++ configs/kiamichi-fmc-battiest.client.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show system commit
-# 2017-04-04 17:00:48 CDT by joel via cli commit confirmed, rollback in 3mins
-# 2017-04-04 16:59:09 CDT by joel via cli
-# 2017-04-04 16:55:38 CDT by joel via cli commit confirmed, rollback in 3mins
-# 2017-03-13 14:13:36 CDT by sky via cli
-# 2017-01-04 16:40:34 CST by joel via cli
-# 2017-01-04 16:20:36 CST by joel via cli commit confirmed, rollback in 3mins
+# 2017-04-04 17:50:46 CDT by joel via cli
+# 2017-04-04 17:49:12 CDT by joel via cli
+# 2017-04-04 17:47:59 CDT by joel via cli
+# 2017-04-04 17:45:47 CDT by joel via cli
+# 2017-04-04 17:23:28 CDT by joel via cli
+# 2017-04-04 17:20:55 CDT by joel via cli
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show chassis environment
# Class Item Status Measurement
# Temp Routing Engine OK
@@ -17,19 +17,16 @@
# SRX340 Chassis fan 3 OK
# Power Power Supply 0 OK
#
-# # commit confirmed will be rolled back in 2 minutes
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show chassis firmware
# Part Type Version
# FPC 0 O/S Version 15.1X49-D50.3 by builder on 2016-05-28 19:58:05 UTC
# FWDD O/S Version 15.1X49-D50.3 by builder on 2016-05-28 19:58:05 UTC
#
-# # commit confirmed will be rolled back in 2 minutes
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show chassis fpc detail
# Slot 0 information:
# State Online
# Total CPU DRAM ---- CPU less FPC ----
#
-# # commit confirmed will be rolled back in 2 minutes
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show chassis hardware
# Hardware inventory:
# Item Version Part number Serial number Description
@@ -39,7 +36,6 @@
# PIC 0 8xGE,8xGE SFP Base PIC
# Power Supply 0
#
-# # commit confirmed will be rolled back in 2 minutes
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show chassis hardware models
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show chassis routing-engine
# Routing Engine status:
@@ -114,19 +110,16 @@
# WARNING: / was not properly dismounted
# WARNING: / was not properly dismounted
#
-# # commit confirmed will be rolled back in 1 minute
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show version
-# Hostname: KIAMICHI-FMC-BATTIEST-LR-5230 # Model: srx340 # Junos: 15.1X49-D50.3 # JUNOS Software Release [15.1X49-D50.3] # # # commit confirmed will be rolled back in 1 minute # grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 28 2016 /var/tmp@ -> /cf/var/tmp
+# Hostname: KIAMICHI-FMC-BATTIEST-LR-5230 # Model: srx340 # Junos: 15.1X49-D50.3 # JUNOS Software Release [15.1X49-D50.3] # # grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 May 28 2016 /var/tmp@ -> /cf/var/tmp
# total files: 1
#
-# # commit confirmed will be rolled back in 1 minute
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show system uptime
# Time Source: NTP CLOCK
# System booted: 2016-11-14 15:47 CST
# Protocols started: 2016-11-14 15:47 CST
-# Last configured: 2017-04-04 17:00 CDT by joel
+# Last configured: 2017-04-04 17:50 CDT by joel
#
-# # commit confirmed will be rolled back in 1 minute
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show interface terse
#Interface Admin Link
#ge-0/0/0 up up
@@ -182,9 +175,8 @@
#tap up up
#vlan up down
#vtep up up
-## commit confirmed
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show configuration
-## Last commit: 2017-04-04 17:00:48 CDT by joel
+## Last commit: 2017-04-04 17:50:46 CDT by joel
version 15.1X49-D50.3;
system {
host-name KIAMICHI-FMC-BATTIEST-LR-5230;
@@ -525,34 +517,32 @@
}
}
policies {
- from-zone UNTRUST to-zone TRUST {
- policy UNTRUST-TO-TRUST {
+ from-zone TRUST to-zone UNTRUST {
+ policy TRUST-TO-UNTRUST {
match {
source-address any;
- destination-address MITEL-PHONES;
+ destination-address any;
application any;
}
then {
permit;
}
}
- policy DYN-VPN-POLICY {
+ }
+ from-zone TEST to-zone UNTRUST {
+ policy ALLOW-ALL-OUT {
match {
source-address any;
destination-address any;
application any;
}
then {
- permit {
- tunnel {
- ipsec-vpn DYN-VPN;
- }
- }
+ permit;
}
}
}
- from-zone TRUST to-zone UNTRUST {
- policy TRUST-TO-UNTRUST {
+ from-zone MPLS to-zone TRUST {
+ policy MPLS-TO-TRUST {
match {
source-address any;
destination-address any;
@@ -563,8 +553,8 @@
}
}
}
- from-zone TEST to-zone UNTRUST {
- policy ALLOW-ALL-OUT {
+ from-zone TRUST to-zone MPLS {
+ policy TRUST-TO-MPLS {
match {
source-address any;
destination-address any;
@@ -575,8 +565,8 @@
}
}
}
- from-zone MPLS to-zone TRUST {
- policy MPLS-TO-TRUST {
+ from-zone TRUST to-zone TRUST {
+ policy TRUST-TO-TRUST {
match {
source-address any;
destination-address any;
@@ -587,27 +577,29 @@
}
}
}
- from-zone TRUST to-zone MPLS {
- policy TRUST-TO-MPLS {
+ from-zone UNTRUST to-zone TRUST {
+ policy UNTRUST-TO-TRUST {
match {
source-address any;
- destination-address any;
+ destination-address MITEL-PHONES;
application any;
}
then {
permit;
}
}
- }
- from-zone TRUST to-zone TRUST {
- policy TRUST-TO-TRUST {
+ policy DYN-VPN-POLICY {
match {
source-address any;
destination-address any;
application any;
}
then {
- permit;
+ permit {
+ tunnel {
+ ipsec-vpn DYN-VPN;
+ }
+ }
}
}
}
@@ -667,7 +659,6 @@
traceroute;
ike;
https;
- http;
}
}
}
@@ -911,14 +902,11 @@
destination-port 44000;
}
}
-# commit confirmed will be rolled back in 1 minute
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show ospf neighbor
# OSPF instance is not running
#
-# # commit confirmed will be rolled back in 1 minute
# grnoc-mon at KIAMICHI-FMC-BATTIEST-LR-5230> show bfd session
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
-# commit confirmed will be rolled back in 1 minute
Index: configs/doh-muskogee.client.onenet.net
===================================================================
--- configs/doh-muskogee.client.onenet.net (revision 152123)
+++ configs/doh-muskogee.client.onenet.net (working copy)
@@ -138,7 +138,7 @@
#ge-0/0/6 down down
#ge-0/0/7 down down
#t1-1/0/0 down down
-#t1-2/0/0 down down
+#t1-2/0/0 down up
#fxp2 up up
#fxp2.0 up up
#gre up up
Index: configs/core4.okc.onenet.net
===================================================================
--- configs/core4.okc.onenet.net (revision 152121)
+++ 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
+# 2017-04-04 17:35:16 CDT by andrew via cli commit synchronize
+# 2017-04-04 17:20:58 CDT by andrew via cli commit synchronize
# 2017-04-04 14:24:31 CDT by sean via cli commit confirmed, rollback in 5mins synchronize
# 2017-04-04 10:19:41 CDT by andrew via cli commit synchronize
# 2017-04-03 18:19:42 CDT by andrew via cli commit synchronize
# 2017-04-03 13:33:36 CDT by andrew via cli commit synchronize
-# 2017-04-03 13:20:04 CDT by andrew via cli commit synchronize
-# 2017-04-03 11:45:31 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
@@ -436,7 +436,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show system uptime
# System booted: 2016-10-12 18:12 CDT
# Protocols started: 2016-10-12 18:14 CDT
-# Last configured: 2017-04-04 14:24 CDT by sean
+# Last configured: 2017-04-04 17:35 CDT by andrew
#
# {master}
# grnoc-mon at OKC-CORE4-MX480-RE0> show interface terse
@@ -1309,7 +1309,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OKC-CORE4-MX480-RE0> show configuration
-## Last commit: 2017-04-04 14:24:31 CDT by sean
+## Last commit: 2017-04-04 17:35:16 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -4388,22 +4388,24 @@
}
}
ge-0/3/5 {
- description "CORE 1GE to swi1.toward ge-0/1/0 | OneNet-OKC-TOWARD-GE-xxxx [NO-MONITOR]";
+ description "CORE 1GE to core.toward ge-1/0/8 | OneNet-OKC-TOWARD-GE-XXXX [ORDERED]";
flexible-vlan-tagging;
+ mtu 9192;
encapsulation flexible-ethernet-services;
unit 70 {
- description "L2 CORE 10M to swi1.toward vlan.70 | OneNet-OKC-TOWARD-GE-xxxx [NO-MONITOR]";
- bandwidth 10m;
+ bandwidth 155;
vlan-id 70;
family inet {
+ mtu 9000;
sampling {
input;
}
- address 164.58.244.109/30 {
- preferred;
- }
+ address 164.58.244.109/30;
}
family iso;
+ family inet6 {
+ mtu 9000;
+ }
family mpls;
}
}
@@ -9437,6 +9439,7 @@
}
interface ge-0/3/5.70 {
link-protection;
+ metric 645;
authentication {
md5 7# key <removed>;
}
@@ -15956,7 +15959,7 @@
# grnoc-mon at OKC-CORE4-MX480-RE0> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.244.211 ge-0/2/1.42 Full 164.58.199.108
-# 164.58.244.110 ge-0/3/5.70 ExStart 164.58.199.12
+# 164.58.244.110 ge-0/3/5.70 Full 164.58.199.12
# 164.58.244.42 xe-0/0/0.42 Full 164.58.199.211
# 164.58.244.255 xe-0/0/1.3253 Full 164.58.199.85
# 164.58.15.74 xe-0/1/0.72 Full 164.58.199.215
Index: configs/swi1.toward.onenet.net
===================================================================
--- configs/swi1.toward.onenet.net (revision 152125)
+++ configs/swi1.toward.onenet.net (working copy)
@@ -1,14 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ARDMORE-TOWER-MX40> show system commit
+# 2017-04-04 17:35:13 CDT by admin via cli
+# 2017-04-04 17:24:27 CDT by admin via cli
+# 2017-04-04 17:17:51 CDT by admin via cli
# 2017-04-04 16:52:17 CDT by admin via cli
# 2017-04-04 16:43:41 CDT by admin via cli
# 2017-04-04 14:50:15 CDT by admin via cli
-# 2017-04-04 15:30:29 CDT by admin via cli
-# 2017-04-04 13:36:42 CDT by root via cli
-# 2017-04-04 13:30:47 CDT by root via other
-# rescue 2017-04-04 13:37:30 CDT by root via cli
-#
# grnoc-mon at ARDMORE-TOWER-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -212,7 +210,7 @@
# grnoc-mon at ARDMORE-TOWER-MX40> show system uptime
# System booted: 2017-04-04 12:38 CDT
# Protocols started: 2017-04-04 12:40 CDT
-# Last configured: 2017-04-04 16:52 CDT by admin
+# Last configured: 2017-04-04 17:35 CDT by admin
#
# grnoc-mon at ARDMORE-TOWER-MX40> show interface terse
#Interface Admin Link
@@ -239,7 +237,8 @@
#ge-1/0/8.70 up up
#ge-1/0/8.32767 up up
#ge-1/0/9 up up
-#ge-1/0/9.0 up up
+#ge-1/0/9.42 up up
+#ge-1/0/9.32767 up up
#ge-1/1/0 up down
#ge-1/1/1 up down
#ge-1/1/2 up down
@@ -284,7 +283,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ARDMORE-TOWER-MX40> show configuration
-## Last commit: 2017-04-04 16:52:17 CDT by admin
+## Last commit: 2017-04-04 17:35:13 CDT by admin
version 13.3R6.5;
groups {
ISIS-L2-INTERFACE {
@@ -520,10 +519,25 @@
}
}
ge-1/0/9 {
- unit 0 {
+ description "CORE 1GE to core.ard ge-0/3/6 | OneNet-TOWARD-ARD-GE-XXXX [ORDERED]";
+ flexible-vlan-tagging;
+ mtu 9192;
+ encapsulation flexible-ethernet-services;
+ unit 42 {
+ bandwidth 155m;
+ vlan-id 42;
family inet {
- address 10.250.69.2/30;
+ mtu 9000;
+ sampling {
+ input;
+ }
+ address 164.58.244.170/31;
}
+ family iso;
+ family inet6 {
+ mtu 9000;
+ }
+ family mpls;
}
}
ge-1/1/4 {
@@ -718,6 +732,7 @@
icmp-tunneling;
interface lo0.0;
interface ge-1/0/8.70;
+ interface ge-1/0/9.42;
}
bgp {
group CORE-RR-OKC-V4 {
@@ -796,6 +811,7 @@
reference-bandwidth 1000g;
level 1 disable;
interface ge-1/0/8.70;
+ interface ge-1/0/9.42;
interface fxp0.0 {
apply-groups-except ISIS-L2-INTERFACE;
disable;
@@ -815,6 +831,7 @@
}
interface ge-1/0/8.70 {
link-protection;
+ metric 645;
authentication {
md5 7# key <removed>;
}
@@ -823,6 +840,16 @@
multiplier 3;
}
}
+ interface ge-1/0/9.42 {
+ link-protection;
+ authentication {
+ md5 7# key <removed>;
+ }
+ bfd-liveness-detection {
+ minimum-interval 400;
+ multiplier 3;
+ }
+ }
}
}
ospf3 {
@@ -833,22 +860,33 @@
}
interface ge-1/0/8.70 {
link-protection;
+ metric 645;
ipsec-sa OneNet-OSPF3-AUTH;
bfd-liveness-detection {
minimum-interval 400;
multiplier 3;
}
}
+ interface ge-1/0/9.42 {
+ link-protection;
+ ipsec-sa OneNet-OSPF3-AUTH;
+ bfd-liveness-detection {
+ minimum-interval 400;
+ multiplier 3;
+ }
+ }
}
}
ldp {
preference 255;
track-igp-metric;
interface ge-1/0/8.70;
+ interface ge-1/0/9.42;
interface lo0.0;
}
lldp {
interface ge-1/0/8;
+ interface ge-1/0/9;
}
}
policy-options {
@@ -1345,13 +1383,16 @@
}
# grnoc-mon at ARDMORE-TOWER-MX40> show ospf neighbor
# Address Interface State ID Pri Dead
-# 164.58.244.109 ge-1/0/8.70 Exchange 164.58.199.214
+# 164.58.244.109 ge-1/0/8.70 Full 164.58.199.214
+# 164.58.244.171 ge-1/0/9.42 Full 164.58.199.11
#
# grnoc-mon at ARDMORE-TOWER-MX40> show bfd session
Detect Transmit
Address State Interface Time Interval Multiplier
164.58.244.109 Up ge-1/0/8.70 1.200 0.400 3
+164.58.244.171 Up ge-1/0/9.42 1.200 0.400 3
+fe80::6687:8800:2af3:68fc Up ge-1/0/9.42 1.200 0.400 3
-1 sessions, 2 clients
-Cumulative transmit rate 2.5 pps, cumulative receive rate 2.5 pps
+3 sessions, 5 clients
+Cumulative transmit rate 7.5 pps, cumulative receive rate 7.5 pps
Index: configs/swi.cai.eosc.onenet.net
===================================================================
--- configs/swi.cai.eosc.onenet.net (revision 150522)
+++ configs/swi.cai.eosc.onenet.net (working copy)
@@ -201,8 +201,8 @@
#ge-0/1/0.0 up up
#ge-0/1/1 up up
#ge-0/1/1.0 up up
-#ge-0/1/2 up up
-#ge-0/1/2.0 up up
+#ge-0/1/2 up down
+#ge-0/1/2.0 up down
#bme0 up up
#bme0.32768 up up
#dsc up up
Index: configs/core.toward.onenet.net
===================================================================
--- configs/core.toward.onenet.net (revision 152125)
+++ configs/core.toward.onenet.net (working copy)
@@ -1,14 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ARDMORE-TOWER-MX40> show system commit
+# 2017-04-04 17:35:13 CDT by admin via cli
+# 2017-04-04 17:24:27 CDT by admin via cli
+# 2017-04-04 17:17:51 CDT by admin via cli
# 2017-04-04 16:52:17 CDT by admin via cli
# 2017-04-04 16:43:41 CDT by admin via cli
# 2017-04-04 14:50:15 CDT by admin via cli
-# 2017-04-04 15:30:29 CDT by admin via cli
-# 2017-04-04 13:36:42 CDT by root via cli
-# 2017-04-04 13:30:47 CDT by root via other
-# rescue 2017-04-04 13:37:30 CDT by root via cli
-#
# grnoc-mon at ARDMORE-TOWER-MX40> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -212,7 +210,7 @@
# grnoc-mon at ARDMORE-TOWER-MX40> show system uptime
# System booted: 2017-04-04 12:38 CDT
# Protocols started: 2017-04-04 12:40 CDT
-# Last configured: 2017-04-04 16:52 CDT by admin
+# Last configured: 2017-04-04 17:35 CDT by admin
#
# grnoc-mon at ARDMORE-TOWER-MX40> show interface terse
#Interface Admin Link
@@ -239,7 +237,8 @@
#ge-1/0/8.70 up up
#ge-1/0/8.32767 up up
#ge-1/0/9 up up
-#ge-1/0/9.0 up up
+#ge-1/0/9.42 up up
+#ge-1/0/9.32767 up up
#ge-1/1/0 up down
#ge-1/1/1 up down
#ge-1/1/2 up down
@@ -284,7 +283,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ARDMORE-TOWER-MX40> show configuration
-## Last commit: 2017-04-04 16:52:17 CDT by admin
+## Last commit: 2017-04-04 17:35:13 CDT by admin
version 13.3R6.5;
groups {
ISIS-L2-INTERFACE {
@@ -520,10 +519,25 @@
}
}
ge-1/0/9 {
- unit 0 {
+ description "CORE 1GE to core.ard ge-0/3/6 | OneNet-TOWARD-ARD-GE-XXXX [ORDERED]";
+ flexible-vlan-tagging;
+ mtu 9192;
+ encapsulation flexible-ethernet-services;
+ unit 42 {
+ bandwidth 155m;
+ vlan-id 42;
family inet {
- address 10.250.69.2/30;
+ mtu 9000;
+ sampling {
+ input;
+ }
+ address 164.58.244.170/31;
}
+ family iso;
+ family inet6 {
+ mtu 9000;
+ }
+ family mpls;
}
}
ge-1/1/4 {
@@ -718,6 +732,7 @@
icmp-tunneling;
interface lo0.0;
interface ge-1/0/8.70;
+ interface ge-1/0/9.42;
}
bgp {
group CORE-RR-OKC-V4 {
@@ -796,6 +811,7 @@
reference-bandwidth 1000g;
level 1 disable;
interface ge-1/0/8.70;
+ interface ge-1/0/9.42;
interface fxp0.0 {
apply-groups-except ISIS-L2-INTERFACE;
disable;
@@ -815,6 +831,7 @@
}
interface ge-1/0/8.70 {
link-protection;
+ metric 645;
authentication {
md5 7# key <removed>;
}
@@ -823,6 +840,16 @@
multiplier 3;
}
}
+ interface ge-1/0/9.42 {
+ link-protection;
+ authentication {
+ md5 7# key <removed>;
+ }
+ bfd-liveness-detection {
+ minimum-interval 400;
+ multiplier 3;
+ }
+ }
}
}
ospf3 {
@@ -833,22 +860,33 @@
}
interface ge-1/0/8.70 {
link-protection;
+ metric 645;
ipsec-sa OneNet-OSPF3-AUTH;
bfd-liveness-detection {
minimum-interval 400;
multiplier 3;
}
}
+ interface ge-1/0/9.42 {
+ link-protection;
+ ipsec-sa OneNet-OSPF3-AUTH;
+ bfd-liveness-detection {
+ minimum-interval 400;
+ multiplier 3;
+ }
+ }
}
}
ldp {
preference 255;
track-igp-metric;
interface ge-1/0/8.70;
+ interface ge-1/0/9.42;
interface lo0.0;
}
lldp {
interface ge-1/0/8;
+ interface ge-1/0/9;
}
}
policy-options {
@@ -1345,13 +1383,16 @@
}
# grnoc-mon at ARDMORE-TOWER-MX40> show ospf neighbor
# Address Interface State ID Pri Dead
-# 164.58.244.109 ge-1/0/8.70 Exchange 164.58.199.214
+# 164.58.244.109 ge-1/0/8.70 Full 164.58.199.214
+# 164.58.244.171 ge-1/0/9.42 Full 164.58.199.11
#
# grnoc-mon at ARDMORE-TOWER-MX40> show bfd session
Detect Transmit
Address State Interface Time Interval Multiplier
164.58.244.109 Up ge-1/0/8.70 1.200 0.400 3
+164.58.244.171 Up ge-1/0/9.42 1.200 0.400 3
+fe80::6687:8800:2af3:68fc Up ge-1/0/9.42 1.200 0.400 3
-1 sessions, 2 clients
-Cumulative transmit rate 2.5 pps, cumulative receive rate 2.5 pps
+3 sessions, 5 clients
+Cumulative transmit rate 7.5 pps, cumulative receive rate 7.5 pps
Index: configs/odmhsas-tcbh-tulsa.client.onenet.net
===================================================================
--- configs/odmhsas-tcbh-tulsa.client.onenet.net (revision 149646)
+++ configs/odmhsas-tcbh-tulsa.client.onenet.net (working copy)
@@ -947,6 +947,7 @@
}
}
# grnoc-mon at ODMHSAS-TULSA-CENTER-FOR-BEHAVIORAL-HEALTH-SRX220> show ospf neighbor
+# quit
# OSPF instance is not running
#
# grnoc-mon at ODMHSAS-TULSA-CENTER-FOR-BEHAVIORAL-HEALTH-SRX220> show bfd session
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 152125)
+++ 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 up
+#ge-0/0/0 down down
#gr-0/0/0 up up
#ip-0/0/0 up up
#lsq-0/0/0 up up
Index: configs/core.ard.onenet.net
===================================================================
--- configs/core.ard.onenet.net (revision 152121)
+++ configs/core.ard.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at ARDMORE-MX480-RE0> show system commit
+# 2017-04-04 17:29:23 CDT by andrew via cli commit synchronize
# 2017-04-04 14:50:45 CDT by andrew via cli commit synchronize
# 2017-04-04 14:42:11 CDT by andrew via cli commit synchronize
# 2017-04-04 10:20:42 CDT by andrew via cli commit synchronize
# 2017-02-24 23:45:37 CST by andrew via cli commit synchronize
# 2017-02-13 09:22:41 CST by sean via cli commit synchronize
-# 2017-01-29 00:54:51 CST by andrew via cli commit synchronize
# grnoc-mon at ARDMORE-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -255,7 +255,7 @@
# grnoc-mon at ARDMORE-MX480-RE0> show system uptime
# System booted: 2016-03-18 00:51 CDT
# Protocols started: 2016-03-18 00:53 CDT
-# Last configured: 2017-04-04 14:50 CDT by andrew
+# Last configured: 2017-04-04 17:29 CDT by andrew
#
# {master}
# grnoc-mon at ARDMORE-MX480-RE0> show interface terse
@@ -316,7 +316,8 @@
#ge-0/3/5.211 up up
#ge-0/3/5.32767 up up
#ge-0/3/6 up up
-#ge-0/3/6.0 up up
+#ge-0/3/6.42 up up
+#ge-0/3/6.32767 up up
#ge-0/3/7 up down
#ge-0/3/8 up down
#ge-0/3/9 up up
@@ -367,7 +368,7 @@
#pp0 up up
#tap up up
# grnoc-mon at ARDMORE-MX480-RE0> show configuration
-## Last commit: 2017-04-04 14:50:45 CDT by andrew
+## Last commit: 2017-04-04 17:29:23 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -949,10 +950,24 @@
}
}
ge-0/3/6 {
- unit 0 {
+ description "CORE 1GE to core.toward ge-1/0/9 | OneNet-TOWARD-ARD-GE-XXXX [ORDERED]";
+ flexible-vlan-tagging;
+ mtu 9192;
+ encapsulation flexible-ethernet-services;
+ unit 42 {
+ vlan-id 42;
family inet {
- address 10.250.69.1/30;
+ mtu 9000;
+ sampling {
+ input;
+ }
+ address 164.58.244.171/31;
}
+ family iso;
+ family inet6 {
+ mtu 9000;
+ }
+ family mpls;
}
}
fxp0 {
@@ -1063,6 +1078,7 @@
interface lo0.0;
interface ge-0/2/0.0;
interface xe-0/0/0.42;
+ interface ge-0/3/6.42;
}
bgp {
group CORE-RR-OKC-V6 {
@@ -1142,6 +1158,7 @@
level 1 disable;
interface xe-0/0/0.42;
interface ge-0/2/0.0;
+ interface ge-0/3/6.42;
interface fxp0.0 {
apply-groups-except ISIS-L2-INTERFACE;
disable;
@@ -1179,6 +1196,16 @@
multiplier 3;
}
}
+ interface ge-0/3/6.42 {
+ link-protection;
+ authentication {
+ md5 7# key <removed>;
+ }
+ bfd-liveness-detection {
+ minimum-interval 400;
+ multiplier 3;
+ }
+ }
}
}
ospf3 {
@@ -1201,6 +1228,14 @@
multiplier 3;
}
}
+ interface ge-0/3/6.42 {
+ link-protection;
+ ipsec-sa OneNet-OSPF3-AUTH;
+ bfd-liveness-detection {
+ minimum-interval 400;
+ multiplier 3;
+ }
+ }
}
}
ldp {
@@ -1208,6 +1243,7 @@
track-igp-metric;
interface xe-0/0/0.42;
interface ge-0/2/0.0;
+ interface ge-0/3/6.42;
interface lo0.0;
}
l2circuit {
@@ -1221,6 +1257,7 @@
}
lldp {
interface xe-0/0/0;
+ interface ge-0/3/6;
}
}
policy-options {
@@ -1835,6 +1872,7 @@
# grnoc-mon at ARDMORE-MX480-RE0> show ospf neighbor
# Address Interface State ID Pri Dead
# 164.58.244.29 ge-0/2/0.0 Full 164.58.199.10
+# 164.58.244.170 ge-0/3/6.42 Full 164.58.199.12
# 164.58.244.34 xe-0/0/0.42 Full 164.58.199.212
#
# {master}
@@ -1843,10 +1881,12 @@
Address State Interface Time Interval Multiplier
164.58.244.29 Up ge-0/2/0.0 1.200 0.400 3
164.58.244.34 Up xe-0/0/0.42 1.200 0.400 3
+164.58.244.170 Up ge-0/3/6.42 1.200 0.400 3
fe80::2ac0:daff:fec0:16f8 Up ge-0/2/0.0 1.200 0.400 3
fe80::8618:8800:2aee:a973 Up xe-0/0/0.42 1.200 0.400 3
+fe80::8ae0:f300:2a7f:f869 Up ge-0/3/6.42 1.200 0.400 3
-4 sessions, 6 clients
-Cumulative transmit rate 10.0 pps, cumulative receive rate 10.0 pps
+6 sessions, 9 clients
+Cumulative transmit rate 15.0 pps, cumulative receive rate 15.0 pps
{master}
More information about the Nocrancid
mailing list