[Nocrancid] autopop-onenet.net router config diffs
rancid at rancid.noc.onenet.net
rancid at rancid.noc.onenet.net
Thu Sep 8 15:03:56 CDT 2016
Index: configs/core.cai.gc.onenet.net
===================================================================
--- configs/core.cai.gc.onenet.net (revision 145828)
+++ configs/core.cai.gc.onenet.net (working copy)
@@ -1,13 +1,13 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at GC-TECH-MX104-RE0> show system commit
+# 2016-09-08 14:24:02 CDT by andrew via cli commit synchronize
+# 2016-09-08 14:18:31 CDT by andrew via cli commit synchronize
+# 2016-09-08 14:10:23 CDT by andrew via cli commit synchronize
# 2016-07-21 19:14:49 CDT by root via other
# Synchronization with remote Routing Engine
# 2016-07-20 14:09:01 CDT by andrew via cli commit synchronize
# 2016-06-13 14:47:17 CDT by aberrios via cli commit synchronize
-# 2016-06-13 14:29:16 CDT by aberrios via cli commit synchronize
-# 2016-05-27 15:12:51 CDT by andrew via cli commit synchronize
-# 2016-05-25 12:45:19 CDT by andrew via cli commit synchronize
# grnoc-mon at GC-TECH-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -86,7 +86,11 @@
# Xcvr 1 REV 01 740-031850 PPF2YN3 SFP-LX10
# PIC 1 BUILTIN BUILTIN 10x 1GE(LAN) SFP
# Xcvr 0 REV 02 740-013111 D446157 SFP-T
-# Xcvr 1 REV 01 740-031849 32T617600906 SFP-LH
+# Xcvr 1 REV 01 740-031851 AM1144SW6RQ SFP-SX
+# MIC 1 REV 25 750-028380 CAEJ3639 3D 2x 10GE XFP
+# PIC 2 BUILTIN BUILTIN 1x 10GE XFP
+# Xcvr 0 REV 01 740-014279 USALR28725 XFP-10G-LR
+# PIC 3 BUILTIN BUILTIN 1x 10GE XFP
# FPC 1 BUILTIN BUILTIN MPC BUILTIN
# FPC 2 BUILTIN BUILTIN MPC BUILTIN
# MIC 0 BUILTIN BUILTIN 4x 10GE(LAN) SFP+
@@ -109,6 +113,7 @@
# AFEB 0 BUILTIN BUILTIN
# FPC 0 BUILTIN BUILTIN
# MIC 0 REV 27 750-028392 ABCB6678 MIC-3D-20GE-SFP
+# MIC 1 REV 25 750-028380 CAEJ3639 MIC-3D-2XGE-XFP
# FPC 1 BUILTIN BUILTIN
# FPC 2 BUILTIN BUILTIN
# Fan Tray 0 REV 03 711-049570 CACJ4407 FANTRAY-MX104-S
@@ -235,12 +240,13 @@
# grnoc-mon at GC-TECH-MX104-RE0> show system uptime
# System booted: 2016-07-21 19:11 CDT
# Protocols started: 2016-07-21 19:13 CDT
-# Last configured: 2016-07-21 19:14 CDT by root
+# Last configured: 2016-09-08 14:24 CDT by andrew
#
# {master}
# grnoc-mon at GC-TECH-MX104-RE0> show interface terse
#Interface Admin Link
-#ge-0/0/0 up down
+#ge-0/0/0 up up
+#ge-0/0/0.0 up up
#lc-0/0/0 up up
#lc-0/0/0.32769 up up
#pfe-0/0/0 up up
@@ -267,6 +273,8 @@
#ge-0/1/7 up down
#ge-0/1/8 up down
#ge-0/1/9 up down
+#xe-0/2/0 up up
+#xe-0/3/0 up down
#xe-2/0/0 up up
#xe-2/0/0.101 up up
#xe-2/0/0.103 up up
@@ -300,6 +308,7 @@
#lo0.16384 up up
#lo0.16385 up up
#lsi up up
+#lsi.0 up up
#lsi.1049088 up up
#lsi.1049089 up up
#lsi.1049090 up up
@@ -311,7 +320,7 @@
#pp0 up up
#tap up up
# grnoc-mon at GC-TECH-MX104-RE0> show configuration
-## Last commit: 2016-07-21 19:14:49 CDT by root
+## Last commit: 2016-09-08 14:24:02 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -528,6 +537,16 @@
}
}
interfaces {
+ ge-0/0/0 {
+ description "NetGuardian [ORDERED]";
+ speed 100m;
+ link-mode full-duplex;
+ unit 0 {
+ family inet {
+ address 10.10.124.113/30;
+ }
+ }
+ }
ge-0/1/0 {
description GORDON-COOPER-CAREER-TECH-100M-CIR0005214;
unit 0 {
@@ -542,6 +561,9 @@
ge-0/1/1 {
disable;
}
+ xe-0/2/0 {
+ description "OBU Link [ORDERED]";
+ }
xe-2/0/0 {
description NNI-TO-CENTRAL-OKLAHOMA-TELEPHONE-CAIGC-10G-CIR000XXXX;
flexible-vlan-tagging;
@@ -1184,6 +1206,51 @@
load-balance per-packet;
}
}
+ policy-statement ONENET-POP-APPLIANCES-EXPORT {
+ term EXPORT-STATIC {
+ from protocol static;
+ then {
+ community add ONENET-POP-APPLIANCES;
+ accept;
+ }
+ }
+ term EXPORT-DIRECT {
+ from protocol direct;
+ then {
+ community add ONENET-POP-APPLIANCES;
+ accept;
+ }
+ }
+ term EXPORT-OSPF {
+ from protocol ospf;
+ then {
+ community add ONENET-POP-APPLIANCES;
+ accept;
+ }
+ }
+ term EXPORT-BGP {
+ from protocol bgp;
+ then {
+ community add ONENET-POP-APPLIANCES;
+ accept;
+ }
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
+ policy-statement ONENET-POP-APPLIANCES-IMPORT {
+ term IMPORT-ROUTES {
+ from {
+ protocol bgp;
+ community ONENET-POP-APPLIANCES;
+ }
+ then accept;
+ }
+ term REJECT-ALL-ELSE {
+ then reject;
+ }
+ }
policy-statement REDISTRIBUTE-DIRECTS {
term 1 {
from protocol direct;
@@ -1210,6 +1277,7 @@
invert-match;
members 5078:*;
}
+ community ONENET-POP-APPLIANCES members target:5078:2012;
community ONENET_ADV_AKAMAI members 5078:5400;
community ONENET_ADV_FACEBOOK members 5078:5500;
community ONENET_ADV_PEER members 5078:5200;
@@ -1537,6 +1605,16 @@
}
}
}
+ ONENET-POP-APPLIANCES-L3VPN {
+ description ONENET-POP-APPLIANCES-L3VPN;
+ instance-type vrf;
+ interface ge-0/0/0.0;
+ route-distinguisher 164.58.199.81:2012;
+ vrf-import ONENET-POP-APPLIANCES-IMPORT;
+ vrf-export ONENET-POP-APPLIANCES-EXPORT;
+ vrf-target target:5078:2012;
+ vrf-table-label;
+ }
}
{master}
# grnoc-mon at GC-TECH-MX104-RE0> show ospf neighbor
Index: configs/maysville-es.client.onenet.net
===================================================================
--- configs/maysville-es.client.onenet.net (revision 146292)
+++ configs/maysville-es.client.onenet.net (working copy)
@@ -614,6 +614,7 @@
# OSPF instance is not running
#
# grnoc-mon at MAYSVILLE-ES-LEASED-ASSET-TAG-004945> show bfd session
+quit
0 sessions, 0 clients
Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
Index: configs/core3.okc-m120.onenet.net
===================================================================
--- configs/core3.okc-m120.onenet.net (revision 146275)
+++ configs/core3.okc-m120.onenet.net (working copy)
@@ -813,8 +813,8 @@
#t1-2/3/0:9:3.17 up up
#t1-2/3/0:9:3.30 up up
#t1-2/3/0:9:4 down down
-#t1-2/3/0:9:5 up up
-#t1-2/3/0:9:5.0 up up
+#t1-2/3/0:9:5 up down
+#t1-2/3/0:9:5.0 up down
#t1-2/3/0:9:6 down down
#t1-2/3/0:9:7 down down
#t1-2/3/0:9:8 down down
Index: configs/core.shawobu.onenet.net
===================================================================
--- configs/core.shawobu.onenet.net (revision 146288)
+++ configs/core.shawobu.onenet.net (working copy)
@@ -1,12 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at OBU-SHAWNEE-MX104-RE0> show system commit
+# 2016-09-08 14:29:39 CDT by andrew via cli commit synchronize
# 2016-09-08 10:47:32 CDT by andrew via cli commit synchronize
# 2016-09-06 09:42:28 CDT by andrew via cli commit synchronize
# 2016-09-01 13:15:13 CDT by andrew via cli commit confirmed, rollback in 3mins synchronize
# 2016-07-20 14:08:12 CDT by andrew via cli commit synchronize
# 2016-07-11 11:28:48 CDT by andrew via cli commit synchronize
-# 2016-06-28 23:02:58 CDT by andrew via cli commit synchronize
# grnoc-mon at OBU-SHAWNEE-MX104-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -237,7 +237,7 @@
# grnoc-mon at OBU-SHAWNEE-MX104-RE0> show system uptime
# System booted: 2016-05-27 18:18 CDT
# Protocols started: 2016-05-27 18:20 CDT
-# Last configured: 2016-09-08 10:47 CDT by andrew
+# Last configured: 2016-09-08 14:29 CDT by andrew
#
# {master}
# grnoc-mon at OBU-SHAWNEE-MX104-RE0> show interface terse
@@ -282,9 +282,10 @@
#xe-2/0/0 up up
#xe-2/0/0.42 up up
#xe-2/0/0.32767 up up
-#xe-2/0/1 up down
+#xe-2/0/1 up up
#xe-2/0/2 down down
-#xe-2/0/3 down down
+#xe-2/0/3 up down
+#xe-2/0/3.0 up down
#cbp0 up up
#demux0 up up
#dsc up up
@@ -310,7 +311,7 @@
#pp0 up up
#tap up up
# grnoc-mon at OBU-SHAWNEE-MX104-RE0> show configuration
-## Last commit: 2016-09-08 10:47:32 CDT by andrew
+## Last commit: 2016-09-08 14:29:39 CDT by andrew
version 13.3R9.13;
groups {
re0 {
@@ -701,7 +702,11 @@
}
xe-2/0/3 {
description "OBU new [ORDERED]";
- disable;
+ unit 0 {
+ family inet {
+ address 156.110.42.133/30;
+ }
+ }
}
fxp0 {
disable;
Index: configs/core.pot.onenet.net
===================================================================
--- configs/core.pot.onenet.net (revision 146292)
+++ configs/core.pot.onenet.net (working copy)
@@ -1,13 +1,13 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at POTEAU-MX480-RE0> show system commit
+# 2016-09-08 14:24:51 CDT by andrew via cli commit synchronize
# 2016-09-08 13:35:54 CDT by andrew via cli commit synchronize
# 2016-08-31 13:18:32 CDT by joel via cli commit synchronize
# 2016-08-19 15:06:56 CDT by andrew via cli commit synchronize
# 2016-08-18 10:48:35 CDT by root via other
# Synchronization with remote Routing Engine
# 2016-08-17 14:22:13 CDT by andrew via cli commit synchronize
-# 2016-08-10 15:31:43 CDT by sean via cli commit synchronize
# grnoc-mon at POTEAU-MX480-RE0> show chassis environment
# Class Item Status Measurement
# Temp PEM 0 OK
@@ -259,7 +259,7 @@
# grnoc-mon at POTEAU-MX480-RE0> show system uptime
# System booted: 2016-08-18 10:44 CDT
# Protocols started: 2016-08-18 10:48 CDT
-# Last configured: 2016-09-08 13:35 CDT by andrew
+# Last configured: 2016-09-08 14:24 CDT by andrew
#
# {master}
# grnoc-mon at POTEAU-MX480-RE0> show interface terse
@@ -416,7 +416,7 @@
#pp0 up up
#tap up up
# grnoc-mon at POTEAU-MX480-RE0> show configuration
-## Last commit: 2016-09-08 13:35:54 CDT by andrew
+## Last commit: 2016-09-08 14:24:51 CDT by andrew
version 13.3R8.7;
groups {
re0 {
@@ -891,7 +891,7 @@
}
}
unit 1124 {
- description "Savanna-PS-20M | CIR0005262";
+ description "Savanna-PS-20M | CIR0005262 [DECOM]";
bandwidth 20m;
vlan-id 1124;
family inet {
Index: configs/lavern-public-schools.client.onenet.net
===================================================================
--- configs/lavern-public-schools.client.onenet.net (revision 146292)
+++ 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/union-city-ps.client.onenet.net
===================================================================
--- configs/union-city-ps.client.onenet.net (revision 146289)
+++ configs/union-city-ps.client.onenet.net (working copy)
@@ -1,11 +1,12 @@
# RANCID-CONTENT-TYPE: juniper
#
# grnoc-mon at UNION-CITY-PS-LR-ASSET-004902> show system commit
+# 2016-09-08 14:19:35 CDT by sean via cli
# 2015-08-25 21:58:52 CDT by root via cli
# 2015-08-22 00:03:43 CDT by root via cli
# 2015-08-21 23:16:30 CDT by root via other
# 2015-05-14 16:54:19 CDT by root via other
-# rescue 2015-08-25 22:13:36 CDT by root via recovery-mgmt
+# rescue 2016-09-08 14:22:13 CDT by root via recovery-mgmt
#
# grnoc-mon at UNION-CITY-PS-LR-ASSET-004902> show chassis environment
# Class Item Status Measurement
@@ -115,7 +116,7 @@
# grnoc-mon at UNION-CITY-PS-LR-ASSET-004902> show system uptime
# System booted: 2016-09-08 11:50 CDT
# Protocols started: 2016-09-08 11:53 CDT
-# Last configured: 2015-08-25 21:58 CDT by root
+# Last configured: 2016-09-08 14:19 CDT by sean
#
# grnoc-mon at UNION-CITY-PS-LR-ASSET-004902> show interface terse
#Interface Admin Link
@@ -170,10 +171,11 @@
#vlan.4 up up
#vlan.999 up down
# grnoc-mon at UNION-CITY-PS-LR-ASSET-004902> show configuration
-## Last commit: 2015-08-25 21:58:52 CDT by root
+## Last commit: 2016-09-08 14:19:35 CDT by sean
version 12.1X44-D35.5;
system {
host-name UNION-CITY-PS-LR-ASSET-004902;
+ auto-snapshot;
domain-name onenet.net;
time-zone America/Chicago;
authentication-order [ radius password ];
Index: configs/stringtown-high-school.client.onenet.net
===================================================================
--- configs/stringtown-high-school.client.onenet.net (revision 146292)
+++ configs/stringtown-high-school.client.onenet.net (working copy)
@@ -674,6 +674,7 @@
# 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/tushka-ps.client.onenet.net
===================================================================
--- configs/tushka-ps.client.onenet.net (revision 145936)
+++ configs/tushka-ps.client.onenet.net (working copy)
@@ -0,0 +1,619 @@
+# RANCID-CONTENT-TYPE: juniper
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show system commit
+# 2016-09-08 14:31:40 CDT by admin via cli commit confirmed, rollback in 3mins
+# 2016-09-08 14:28:11 CDT by admin via cli
+# 2016-09-08 14:26:51 CDT by admin via cli
+# 2016-08-26 19:13:08 CDT by root via cli
+# 2016-08-26 18:57:17 CDT by root via cli
+# 2016-08-25 19:29:03 CDT by root via other
+# grnoc-mon at TUSHKA-PS-LR-004886> show chassis environment
+# Class Item Status Measurement
+# Temp Routing Engine OK
+# Routing Engine CPU OK
+# Fans SRX240 PowerSupply fan 1 OK
+# SRX240 PowerSupply fan 2 OK
+# SRX240 CPU fan 1 OK
+# SRX240 CPU fan 2 OK
+# SRX240 IO fan 1 OK
+# SRX240 IO fan 2 OK
+# Power Power Supply 0 OK
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show chassis firmware
+# Part Type Version
+# FPC 0 O/S Version 12.1X46-D40.2 by builder on 2015-09
+# FWDD O/S Version 12.1X46-D40.2 by builder on 2015-09
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show chassis fpc detail
+# Slot 0 information:
+# State Online
+# Total CPU DRAM ---- CPU less FPC ----
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show chassis hardware
+# Hardware inventory:
+# Item Version Part number Serial number Description
+# Chassis BU1214AK0499 SRX240H2
+# Routing Engine REV 10 750-043609 ACLC5865 RE-SRX240H2
+# FPC 0 FPC
+# PIC 0 16x GE Base PIC
+# Power Supply 0
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show chassis hardware models
+# grnoc-mon at TUSHKA-PS-LR-004886> show chassis routing-engine
+# Routing Engine status:
+# Serial ID ACLC5865
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show chassis scb
+# grnoc-mon at TUSHKA-PS-LR-004886> show chassis sfm detail
+# grnoc-mon at TUSHKA-PS-LR-004886> show chassis ssb
+# grnoc-mon at TUSHKA-PS-LR-004886> show system boot-messages
+# kld_map_v: 0x8ff80000, kld_map_p: 0x0
+# Copyright (c) 1996-2015, Juniper Networks, Inc.
+# All rights reserved.
+# Copyright (c) 1992-2006 The FreeBSD Project.
+# Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
+# The Regents of the University of California. All rights reserved.
+# FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
+# Security policy loaded: JUNOS MAC/pcap (mac_pcap)
+# Security policy loaded: JUNOS MAC/runasnonroot (mac_runasnonroot)
+# netisr_init: !debug_mpsafenet, forcing maxthreads from 4 to 1
+# cpu0 on motherboard
+# : CAVIUM's OCTEON 52XX CPU Rev. 0.8 with no FPU implemented
+# L1 Cache: I size 32kb(128 line), D size 8kb(128 line), sixty four way.
+# L2 Cache: Size 512kb, 8 way
+# obio0 on motherboard
+# uart0: <Octeon-16550 channel 0> on obio0
+# uart0: console (9600,n,8,1)
+# twsi0 on obio0
+# dwc0: <Synopsis DWC OTG Controller Driver> on obio0
+# usb0: <USB Bus for DWC OTG Controller> on dwc0
+# usb0: USB revision 2.0
+# uhub0: vendor 0x0000 DWC OTG root hub, class 9/0, rev 2.00/1.00, addr 1
+# uhub0: 1 port with 1 removable, self powered
+# uhub1: vendor 0x0409 product 0x005a, class 9/0, rev 2.00/1.00, addr 2
+# uhub1: single transaction translator
+# uhub1: 3 ports with 2 removable, self powered
+# umass0: STMicroelectronics ST72682 High Speed Mode, rev 2.00/2.10, addr 3
+# dwc1: <Synopsis DWC OTG Controller Driver> on obio0
+# usb1: <USB Bus for DWC OTG Controller> on dwc1
+# usb1: USB revision 2.0
+# uhub2: vendor 0x0000 DWC OTG root hub, class 9/0, rev 2.00/1.00, addr 1
+# uhub2: 1 port with 1 removable, self powered
+# cpld0 on obio0
+# pcib1: <Cavium on-chip PCIe HOST bridge> on obio0
+# Disabling Octeon big bar support
+# PCIe: Waiting for port 0 to finish reset
+# PCIe: Port 0 link active, 2 lanes
+# PCIe: Waiting for port 1 to finish reset
+# PCIe: Port 1 link active, 1 lanes
+# pcib1: Initialized controller
+# pci0: <PCI bus> on pcib1
+# pcib2: <PCI-PCI bridge> irq 0 at device 0.0 on pci0
+# pci1: <PCI bus> on pcib2
+# pci1: <serial bus, USB> at device 2.0 (no driver attached)
+# pci1: <serial bus, USB> at device 2.1 (no driver attached)
+# pci1: <network> at device 7.0 (no driver attached)
+# pcib0: <Cavium on-chip PCIe HOST bridge> on obio0
+# pci2: <PCI bus> on pcib0
+# pci2: <processor> at device 0.0 (no driver attached)
+# gblmem0 on obio0
+# octpkt0: <Octeon RGMII> on obio0
+# cfi0: <AMD/Fujitsu - 4MB> on obio0
+# Timecounter "mips" frequency 600000000 Hz quality 0
+# ###PCB Group initialized for udppcbgroup
+# ###PCB Group initialized for tcppcbgroup
+# da0 at umass-sim0 bus 0 target 0 lun 0
+# da0: <ST ST72682 2.10> Removable Direct Access SCSI-2 device
+# da0: 40.000MB/s transfers
+# da0: 2000MB (4096000 512 byte sectors: 255H 63S/T 254C)
+# Trying to mount root from ufs:/dev/da0s2a
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show version
+# Hostname: TUSHKA-PS-LR-004886 # Model: srx240h2 # JUNOS Software Release [12.1X46-D40.2] # # grnoc-mon at TUSHKA-PS-LR-004886> file list /var/tmp detail # lrw-r--r-- 1 root wheel 11 Sep 26 2015 /var/tmp@ -> /cf/var/tmp
+# total files: 1
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show system uptime
+# System booted: 2016-09-08 14:09 CDT
+# Protocols started: 2016-09-08 14:12 CDT
+# Last configured: 2016-09-08 14:31 CDT by admin
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show interface terse
+#Interface Admin Link
+#ge-0/0/0 up up
+#ge-0/0/0.0 up up
+#gr-0/0/0 up up
+#ip-0/0/0 up up
+#lsq-0/0/0 up up
+#lt-0/0/0 up up
+#mt-0/0/0 up up
+#sp-0/0/0 up up
+#sp-0/0/0.0 up up
+#sp-0/0/0.16383 up up
+#ge-0/0/1 up down
+#ge-0/0/1.0 up down
+#ge-0/0/2 down down
+#ge-0/0/3 down down
+#ge-0/0/4 down down
+#ge-0/0/5 down down
+#ge-0/0/6 down down
+#ge-0/0/7 down down
+#ge-0/0/8 down down
+#ge-0/0/9 down down
+#ge-0/0/10 down down
+#ge-0/0/11 down down
+#ge-0/0/12 down down
+#ge-0/0/13 down down
+#ge-0/0/14 down down
+#ge-0/0/15 up down
+#ge-0/0/15.0 up down
+#fxp2 up up
+#fxp2.0 up up
+#gre up up
+#ipip up up
+#irb up up
+#lo0 up up
+#lo0.0 up up
+#lo0.16384 up up
+#lo0.16385 up up
+#lo0.32768 up up
+#lsi up up
+#mtun up up
+#pimd up up
+#pime up up
+#pp0 up up
+#ppd0 up up
+#ppe0 up up
+#st0 up up
+#tap up up
+#vlan up up
+#vlan.3 up down
+#vlan.999 up down
+# grnoc-mon at TUSHKA-PS-LR-004886> show configuration
+## Last commit: 2016-09-08 14:31:40 CDT by admin
+version 12.1X46-D40.2;
+system {
+ host-name TUSHKA-PS-LR-004886;
+ auto-snapshot;
+ domain-name onenet.net;
+ time-zone America/Chicago;
+ authentication-order [ radius password ];
+ ports {
+ console log-out-on-disconnect;
+ }
+ root-authentication {
+# encrypted-password <removed>;
+ }
+ name-server {
+ 164.58.253.10;
+ 164.58.198.10;
+ }
+ radius-server {
+ 156.110.31.11 {
+# secret "<removed>"; ## SECRET-DATA
+ source-address 156.110.28.249;
+ }
+ }
+ radius-options {
+ attributes {
+ nas-ip-address 156.110.28.249;
+ }
+ }
+ login {
+ message "\n+----------------------------------------------------------------------------+\n| |\n| Managed by Oklahoma State Regents for Higher Education |\n| Oklahoma Network for Education Enrichment (ONENET) |\n| |\n| *** Unauthorized Use or Access Prohibited *** |\n| |\n| For more information, contact: |\n| |\n| Oklahoma State Regents for Higher Education |\n| Educational Telecommunications Network -- ONENET |\n| (888) 566-3638 |\n| !
info at onenet.net |\n| |\n+----------------------------------------------------------------------------+\n";
+ class admin {
+ idle-timeout 30;
+ permissions all;
+ }
+ class lockdown {
+ idle-timeout 2;
+ permissions view;
+ deny-commands .*;
+ deny-configuration .*;
+ }
+ class operator-local {
+ idle-timeout 15;
+ permissions [ access admin configure firewall interface network routing snmp system trace view ];
+ allow-commands "show log messages";
+ }
+ class robot {
+ idle-timeout 10;
+ permissions [ admin configure firewall interface routing secret security snmp system trace view ];
+ }
+ user admin {
+ uid 1000;
+ class super-user;
+ authentication {
+# encrypted-password <removed>;
+ }
+ }
+ user client {
+ uid 2000;
+ class admin;
+ }
+ user eng {
+ uid 2018;
+ class admin;
+ }
+ user rancid {
+ uid 2001;
+ class robot;
+ }
+ user remote {
+ uid 2002;
+ class operator-local;
+ }
+ user upgrades {
+ uid 2003;
+ class operator;
+ authentication {
+# ssh-rsa <removed>;
+ }
+ }
+ }
+ services {
+ ssh {
+ root-login deny;
+ protocol-version v2;
+ }
+ dhcp {
+ pool 10.1.0.0/24 {
+ address-range low 10.1.0.2 high 10.1.0.254;
+ domain-name test.local;
+ name-server {
+ 164.58.253.10;
+ 164.58.198.10;
+ }
+ router {
+ 10.1.0.1;
+ }
+ }
+ }
+ }
+ syslog {
+ archive size 10m files 5;
+ user * {
+ any emergency;
+ }
+ file messages {
+ any notice;
+ authorization info;
+ }
+ file interactive-commands {
+ interactive-commands any;
+ }
+ file PROTECT-RE {
+ firewall any;
+ archive no-world-readable;
+ }
+ file traffic {
+ any any;
+ match RT_FLOW_SESSION;
+ }
+ file updown {
+ any any;
+ match "SNMP_TRAP_LINK_|(TRAP_LINK)|bgp_rt_maxprefixes_check|RPD_BGP_NEIGHBOR_STATE";
+ }
+ }
+ max-configurations-on-flash 20;
+ max-configuration-rollbacks 20;
+ ntp {
+ server 164.58.3.98 prefer;
+ }
+}
+interfaces {
+ ge-0/0/0 {
+ description "L3 INTERFACE - UNTRUST-WAN - 156.110.28.249/31";
+ speed 100m;
+ link-mode full-duplex;
+ gigether-options {
+ no-auto-negotiation;
+ }
+ unit 0 {
+ family inet {
+ address 156.110.28.249/31;
+ }
+ }
+ }
+ ge-0/0/1 {
+ description "L2 INTERFACE - TEST-VLAN";
+ unit 0 {
+ family ethernet-switching {
+ port-mode access;
+ vlan {
+ members TEST-VLAN;
+ }
+ }
+ }
+ }
+ ge-0/0/2 {
+ disable;
+ }
+ ge-0/0/3 {
+ disable;
+ }
+ ge-0/0/4 {
+ disable;
+ }
+ ge-0/0/5 {
+ disable;
+ }
+ ge-0/0/6 {
+ disable;
+ }
+ ge-0/0/7 {
+ disable;
+ }
+ ge-0/0/8 {
+ disable;
+ }
+ ge-0/0/9 {
+ disable;
+ }
+ ge-0/0/10 {
+ disable;
+ }
+ ge-0/0/11 {
+ disable;
+ }
+ ge-0/0/12 {
+ disable;
+ }
+ ge-0/0/13 {
+ disable;
+ }
+ ge-0/0/14 {
+ disable;
+ }
+ ge-0/0/15 {
+ description "L2 INTERFACE - UNTRUST-VLAN";
+ unit 0 {
+ family ethernet-switching {
+ port-mode access;
+ vlan {
+ members UNTRUST-VLAN;
+ }
+ }
+ }
+ }
+ lo0 {
+ unit 0 {
+ family inet {
+ filter {
+ input PROTECT-RE;
+ }
+ }
+ }
+ }
+ vlan {
+ unit 3 {
+ description "L3 INTERFACE - UNTRUST-VLAN - 164.58.16.225/29";
+ family inet {
+ address 10.7.0.1/24;
+ }
+ }
+ unit 999 {
+ description "L3 INTERFACE - TEST-VLAN - 10.1.0.1/24";
+ family inet {
+ address 10.1.0.1/24;
+ }
+ }
+ }
+}
+snmp {
+ description OneNet;
+ contact "Net Group";
+ community "<removed>" {
+ authorization read-only;
+ }
+ community "<removed>" {
+ authorization read-only;
+ }
+ community "<removed>" {
+ authorization read-write;
+ }
+}
+routing-options {
+ static {
+ route 0.0.0.0/0 next-hop 156.110.28.248;
+ }
+}
+protocols {
+ lldp {
+ interface all;
+ }
+ stp;
+}
+policy-options {
+ prefix-list PRE-MGMT-SOURCES {
+ 156.110.31.0/27;
+ 156.110.31.32/28;
+ 164.58.253.0/24;
+ }
+ prefix-list PRE-LOCALIPv4-SOURCES {
+ apply-path "interfaces <*> unit <*> family inet address <*>";
+ }
+}
+security {
+ screen {
+ ids-option UNTRUST-SCREEN {
+ icmp {
+ ping-death;
+ }
+ ip {
+ source-route-option;
+ tear-drop;
+ }
+ tcp {
+ syn-flood {
+ alarm-threshold 1024;
+ attack-threshold 200;
+ source-threshold 1024;
+ destination-threshold 2048;
+ timeout 20;
+ }
+ land;
+ }
+ }
+ }
+ nat {
+ source {
+ rule-set TEST-TO-UNTRUST-NAT {
+ from zone TEST;
+ to zone UNTRUST;
+ rule NAT-TEST-TO-UNTRUST {
+ match {
+ source-address 0.0.0.0/0;
+ }
+ then {
+ source-nat {
+ interface;
+ }
+ }
+ }
+ }
+ }
+ }
+ policies {
+ from-zone UNTRUST to-zone UNTRUST {
+ policy TRUST-TO-UNTRUST {
+ match {
+ source-address any;
+ destination-address any;
+ application any;
+ }
+ then {
+ permit;
+ }
+ }
+ }
+ from-zone TEST to-zone UNTRUST {
+ policy ALLOW-ALL-OUT {
+ match {
+ source-address any;
+ destination-address any;
+ application any;
+ }
+ then {
+ permit;
+ }
+ }
+ }
+ }
+ zones {
+ security-zone UNTRUST {
+ screen UNTRUST-SCREEN;
+ interfaces {
+ vlan.3 {
+ host-inbound-traffic {
+ system-services {
+ ping;
+ traceroute;
+ }
+ }
+ }
+ ge-0/0/0.0 {
+ host-inbound-traffic {
+ system-services {
+ ping;
+ snmp;
+ ssh;
+ traceroute;
+ }
+ }
+ }
+ }
+ }
+ security-zone TEST {
+ interfaces {
+ vlan.999 {
+ host-inbound-traffic {
+ system-services {
+ dhcp;
+ ping;
+ traceroute;
+ }
+ }
+ }
+ }
+ }
+ }
+}
+firewall {
+ family inet {
+ filter PROTECT-RE {
+ term SSH-ALLOW {
+ from {
+ source-prefix-list {
+ PRE-MGMT-SOURCES;
+ PRE-LOCALIPv4-SOURCES;
+ }
+ protocol tcp;
+ destination-port ssh;
+ }
+ then accept;
+ }
+ term SNMP-ALLOW {
+ from {
+ source-prefix-list {
+ PRE-MGMT-SOURCES;
+ PRE-LOCALIPv4-SOURCES;
+ }
+ protocol udp;
+ destination-port snmp;
+ }
+ then accept;
+ }
+ term SSH-DENY {
+ from {
+ protocol tcp;
+ destination-port ssh;
+ }
+ then {
+ discard;
+ }
+ }
+ term SNMP-DENY {
+ from {
+ protocol udp;
+ destination-port snmp;
+ }
+ then {
+ discard;
+ }
+ }
+ term ALL-TRAFFIC {
+ then accept;
+ }
+ }
+ }
+}
+ethernet-switching-options {
+ secure-access-port {
+ interface ge-0/0/1.0 {
+ mac-limit 3 action shutdown;
+ }
+ }
+ bpdu-block {
+ interface ge-0/0/1.0;
+ }
+}
+vlans {
+ TEST-VLAN {
+ description "Test VLAN 999 for TESTING ONLY";
+ vlan-id 999;
+ l3-interface vlan.999;
+ }
+ UNTRUST-VLAN {
+ description UNTRUST-VLAN;
+ vlan-id 3;
+ l3-interface vlan.3;
+ }
+}
+# grnoc-mon at TUSHKA-PS-LR-004886> show ospf neighbor
+# OSPF instance is not running
+#
+# grnoc-mon at TUSHKA-PS-LR-004886> show bfd session
+
+0 sessions, 0 clients
+Cumulative transmit rate 0.0 pps, cumulative receive rate 0.0 pps
+
More information about the Nocrancid
mailing list