Cisco 2960 Catalyst Sample Network Switch Configuration
Release Notes
Feel free to make the appropriate changes to fit your port count and network environment.
!
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SVSi
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$0Fx8$DJsbluSK6edxUfnZKLFZ9/
enable password Password
!
no aaa new-model
switch 1 provision ws-c2960x-48fpd-l
ip routing
!
!
ip igmp snooping last-member-query-interval 100
ip igmp snooping querier address 192.168.1.254
ip igmp snooping querier query-interval 30
ip igmp snooping querier
no ip igmp snooping vlan 1 querier
ip igmp snooping vlan 999 querier address 192.168.1.254
ip igmp snooping vlan 999 querier query-interval 30
ip igmp snooping vlan 999 immediate-leave
vtp mode transparent
!
!
!
!
!
!
!
!
!
vlan configuration 1
no ip igmp snooping
vlan internal allocation policy ascending
!
vlan 999
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
no ip address
no ip route-cache
shutdown
!
interface range GigabitEthernet1/0/1-48
switchport access vlan 999
switchport mode access
duplex full
no ip igmp snooping tcn flood
!
interface GigabitEthernet1/0/49
!
interface GigabitEthernet1/0/50
!
interface TenGigabitEthernet1/0/1
switchport access vlan 999
!
interface TenGigabitEthernet1/0/2
switchport access vlan 999
!
interface Vlan1
shutdown
!
interface Vlan999
ip address 192.168.1.254 255.255.255.0
no shutdown
!
ip default-gateway 192.168.1.1
ip http server
ip http secure-server
!
!
!
snmp-server community public RO
!
banner motd ^CCC
****************************************************************************
SVSi
Use of this switch for devices other than SVSi AV devices will
require additional configuration. Any changes to the current
configuration are at the sole liability of the user. If you
modify the current configuration and are no longer able to
access or use SVSi devices due to any changes made please
contact Tech Support @ 256-461-7143. Tech Support can reload
the base SVSi configuration on to your switch.
HOSTNAME: SVSI, A HARMAN COMPANY
****************************************************************************
^C
!
line con 0
line vty 0 4
password password
login
line vty 5 15
password password
login
!
end