From a3646fd16905dbd0babc166a1c8d4074a644f470 Mon Sep 17 00:00:00 2001 From: Jared Dunbar Date: Fri, 29 Mar 2019 21:07:16 -0400 Subject: [PATCH] adding swf2 config example --- ...uniper-9-12-18-pub.conf => swf-1-pub.conf} | 0 configs/swf-2-pub.conf | 105 ++++++++++++++++++ 2 files changed, 105 insertions(+) rename configs/{juniper-9-12-18-pub.conf => swf-1-pub.conf} (100%) create mode 100644 configs/swf-2-pub.conf diff --git a/configs/juniper-9-12-18-pub.conf b/configs/swf-1-pub.conf similarity index 100% rename from configs/juniper-9-12-18-pub.conf rename to configs/swf-1-pub.conf diff --git a/configs/swf-2-pub.conf b/configs/swf-2-pub.conf new file mode 100644 index 0000000..1a34772 --- /dev/null +++ b/configs/swf-2-pub.conf @@ -0,0 +1,105 @@ +## Last changed: 2019-03-29 20:52:44 EDT +version 12.2X50.4; +system { + host-name swf-2; + domain-name cslabs.clarkson.edu; + time-zone America/New_York; + root-authentication { + encrypted-password ; ## SECRET-DATA + } + name-server { + 128.153.145.3; + } + login { + user jared { + full-name jared; + uid 100; + class super-user; + authentication { + encrypted-password ; ## SECRET-DATA + ssh-rsa ; ## SECRET-DATA + } + } + } + services { + ssh { + protocol-version v2; + } + netconf { + ssh; + } + } + syslog { + user * { + any emergency; + } + file messages { + any notice; + authorization info; + } + file interactive-commands { + interactive-commands any; + } + } + ntp { + server 128.153.2.253; + } +} +chassis { + aggregated-devices { + ethernet { + device-count 63; + } + } +} +interfaces { + me0 { + unit 0 { + family inet { + address 128.153.145.21/23; + } + } + } +} +routing-options { + static { + route 0.0.0.0/0 next-hop 128.153.144.1; + } +} +protocols { + igmp-snooping { + vlan all; + } + dcbx { + interface all; + } + rstp; + lldp { + interface all; + } +} +vlans { + v2_cosi_priv { + vlan-id 2; + } + v3_cosi_pub { + vlan-id 3; + } + v4_cosi_146 { + vlan-id 4; + } + v5_cosi_voip { + vlan-id 5; + } + v6_cosi_iot { + vlan-id 6; + } + v7_cosi_cameras { + vlan-id 7; + } +} +ethernet-switching-options { + storm-control { + interface all; + } +}