-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cisco Campus Design Guide.py
84 lines (68 loc) · 1.79 KB
/
Cisco Campus Design Guide.py
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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 python01 RO
snmp-server community python02 RW
ntp server 87.81.181.2
ntp update-calendar
vlan 100
name DATA
vlan 101
name Voice
vlan 102
name Test
interface vlan 1
description In-band Management
ip default-gateway 192.168.122.120
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
interface GigabitEthernet2/1
switchport
no shutdown
switchport access vlan 100
switchport voice vlan 101
switchport host
switchport port-security maximum 2
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
interface GigabitEthernet2/2
switchport
no shutdown
switchport access vlan 100
switchport voice vlan 101
switchport host
switchport port-security maximum 2
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
interface GigabitEthernet2/3
switchport
no shutdown
switchport access vlan 100
switchport voice vlan 101
switchport host
switchport port-security maximum 2
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
end
wr
show clock