-
Notifications
You must be signed in to change notification settings - Fork 224
/
iosv_l2_cisco_design
51 lines (43 loc) · 1.21 KB
/
iosv_l2_cisco_design
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
vtp mode transparent
spanning-tree mode rapid-pvst
udld enable
errdisable recovery cause all
port-channel load-balance src-dst-ip
ip name-server 8.8.8.8
no ip http server
ip http secure-server
snmp-server community python1 RO
snmp-server community python2 RW
ntp server 87.81.181.2
ntp update-calendar
clock timezone PST -8
clock summer-time PDT recurring
service timestamps debug datetime msec localtime
service timestamps log datetime msec localtime
vlan 100
name Data
vlan 101
name Voice
interface vlan 1
description In-band Management
ip default-gateway 192.168.122.1
ip dhcp snooping vlan 100,101
no ip dhcp snooping information option
ip dhcp snooping
ip arp inspection vlan 100,101
spanning-tree portfast bpduguard default
ipv6 nd raguard policy HOST_POLICY
device-role host
interface range GigabitEthernet 2/0 - 3
switchport access vlan 100
switchport voice vlan 101
switchport host
switchport port-security maximum 2
switchport port-security
switchport port-security aging time 2
switchport port-security aging type inactivity
switchport port-security violation restrict
ip arp inspection limit rate 100
ip dhcp snooping limit rate 100
ip verify source
ipv6 nd raguard attach-policy HOST_POLICY