f0sw, nocsw: somewhat final conf
This commit is contained in:
parent
e9b65f8028
commit
190f200ee8
|
@ -56,13 +56,15 @@ vlan 25
|
|||
vlan 26
|
||||
name of-security
|
||||
!
|
||||
vlan 29
|
||||
name of-prov
|
||||
!
|
||||
!
|
||||
!
|
||||
interface GigabitEthernet0/1
|
||||
description nocsw
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport trunk allowed vlan 20-26
|
||||
switchport trunk allowed vlan 20-26,29
|
||||
switchport mode trunk
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
|
|
|
@ -91,6 +91,9 @@ vlan 24
|
|||
vlan 25
|
||||
name of-phone
|
||||
!
|
||||
vlan 29
|
||||
name of-prov
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
|
@ -107,14 +110,14 @@ interface GigabitEthernet1/0/2
|
|||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/3
|
||||
description phone/3
|
||||
switchport access vlan 25
|
||||
description ext/1
|
||||
switchport access vlan 10
|
||||
switchport mode access
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/4
|
||||
description phone/4
|
||||
switchport access vlan 25
|
||||
description ext/2
|
||||
switchport access vlan 23
|
||||
switchport mode access
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
|
@ -212,11 +215,28 @@ interface GigabitEthernet1/0/20
|
|||
switchport mode access
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/21-22
|
||||
description ext
|
||||
switchport access vlan 10
|
||||
interface GigabitEthernet1/0/21
|
||||
description noc-int
|
||||
switchport access vlan 20
|
||||
switchport mode access
|
||||
!
|
||||
interface GigabitEthernet1/0/22
|
||||
description AP-FLASH
|
||||
switchport access vlan 20
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport trunk native vlan 29
|
||||
switchport trunk allowed vlan 20,22,29
|
||||
switchport mode trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/23
|
||||
description uplink
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport trunk allowed vlan 20-25
|
||||
switchport mode trunk
|
||||
no cdp enable
|
||||
spanning-tree bpdufilter enable
|
||||
spanning-tree bpduguard enable
|
||||
!
|
||||
interface GigabitEthernet1/0/24
|
||||
description uplink
|
||||
switchport trunk encapsulation dot1q
|
||||
|
@ -226,7 +246,17 @@ interface GigabitEthernet1/0/24
|
|||
spanning-tree bpdufilter enable
|
||||
spanning-tree bpduguard enable
|
||||
!
|
||||
interface GigabitEthernet1/0/25-28
|
||||
interface GigabitEthernet1/0/25
|
||||
shutdown
|
||||
!
|
||||
interface GigabitEthernet1/0/26
|
||||
shutdown
|
||||
spanning-tree portfast trunk
|
||||
!
|
||||
interface GigabitEthernet1/0/27
|
||||
shutdown
|
||||
!
|
||||
interface GigabitEthernet1/0/28
|
||||
shutdown
|
||||
!
|
||||
interface Vlan1
|
||||
|
|
Loading…
Reference in New Issue