Initial import of switch configs
This commit is contained in:
parent
ddf309f0b8
commit
8e36b22e07
|
@ -0,0 +1,163 @@
|
||||||
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
!
|
||||||
|
! CORESW for OpenFest 2016
|
||||||
|
!
|
||||||
|
! HW: WS-C3550-12T
|
||||||
|
! SW: c3550-i5q3l2-mz.121-19.EA1c.bin
|
||||||
|
!
|
||||||
|
! 2016.09.07 - initial configuration dump
|
||||||
|
!
|
||||||
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
!
|
||||||
|
version 12.1
|
||||||
|
no service pad
|
||||||
|
service timestamps debug uptime
|
||||||
|
service timestamps log uptime
|
||||||
|
no service password-encryption
|
||||||
|
!
|
||||||
|
hostname core-sw
|
||||||
|
!
|
||||||
|
enable password @ENABLE_PW@
|
||||||
|
!
|
||||||
|
ip subnet-zero
|
||||||
|
ip routing
|
||||||
|
!
|
||||||
|
vtp mode transparent
|
||||||
|
!
|
||||||
|
spanning-tree mode pvst
|
||||||
|
spanning-tree extend system-id
|
||||||
|
!
|
||||||
|
!
|
||||||
|
vlan 50
|
||||||
|
name ext/netx
|
||||||
|
!
|
||||||
|
vlan 100
|
||||||
|
name mgmt
|
||||||
|
!
|
||||||
|
vlan 101
|
||||||
|
name wired
|
||||||
|
!
|
||||||
|
vlan 102
|
||||||
|
name wireless
|
||||||
|
!
|
||||||
|
vlan 103
|
||||||
|
name video
|
||||||
|
!
|
||||||
|
vlan 104
|
||||||
|
name overflow
|
||||||
|
!
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/1
|
||||||
|
description nocsw
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport mode trunk
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/2
|
||||||
|
description teamsw
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport mode trunk
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/3
|
||||||
|
description wssw
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport mode trunk
|
||||||
|
switchport nonegotiate
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/4
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport mode trunk
|
||||||
|
switchport nonegotiate
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/5
|
||||||
|
description eagle
|
||||||
|
switchport access vlan 103
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport mode access
|
||||||
|
switchport nonegotiate
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/6
|
||||||
|
description eric/video
|
||||||
|
switchport access vlan 103
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport mode access
|
||||||
|
switchport nonegotiate
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/7
|
||||||
|
description eric/main
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport mode trunk
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/8
|
||||||
|
description ext/netx
|
||||||
|
switchport access vlan 50
|
||||||
|
switchport mode access
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/9
|
||||||
|
description encoder
|
||||||
|
switchport access vlan 103
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport mode access
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/10
|
||||||
|
description ap/test
|
||||||
|
switchport trunk encapsulation dot1q
|
||||||
|
switchport trunk allowed vlan 100,102
|
||||||
|
switchport mode trunk
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/11
|
||||||
|
switchport mode dynamic desirable
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface GigabitEthernet0/12
|
||||||
|
switchport mode dynamic desirable
|
||||||
|
no ip address
|
||||||
|
spanning-tree portfast trunk
|
||||||
|
!
|
||||||
|
interface Vlan1
|
||||||
|
no ip address
|
||||||
|
shutdown
|
||||||
|
!
|
||||||
|
interface Vlan100
|
||||||
|
ip address 10.100.0.11 255.255.255.0
|
||||||
|
!
|
||||||
|
ip default-gateway 10.100.0.1
|
||||||
|
ip classless
|
||||||
|
no ip http server
|
||||||
|
!
|
||||||
|
!
|
||||||
|
snmp-server community @SNMP_PW@ RO
|
||||||
|
snmp-server trap-source Vlan100
|
||||||
|
snmp-server host 10.100.0.1 @SNMP_PW@
|
||||||
|
snmp-server host 10.100.0.1 version 2c @SNMP_PW@
|
||||||
|
!
|
||||||
|
line con 0
|
||||||
|
line vty 0 4
|
||||||
|
password @LOGIN_PW@
|
||||||
|
login
|
||||||
|
line vty 5 15
|
||||||
|
password @LOGIN_PW@
|
||||||
|
login
|
||||||
|
!
|
||||||
|
end
|
Loading…
Reference in New Issue