2 changed files with 105 additions and 0 deletions
@ -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; |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue