02-27-2017 09:35 AM - edited 03-08-2019 09:31 AM
i need some help configuring a cisco 2960 from wagon wheel to daisy chain configuration. I will be daisy chaining two switches together via SFP SW MM module. this for a video streaming system.
Here is the original switch configuration:
enable
conf t
username tothomas privilege 15 password fastrouter
username rsmith priv 15 password fastrouter
username admin priv 15 password iptvrocks
!
aaa new-model
aaa authentication login default local
aaa authorization exec default local
aaa authorization network default local
!
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
enable secret fastrouter
!
clock timezone EST -5
clock summer-time EST recurring
!
snmp-server community 8zktIP RO
snmp-server location xxxxxxxxxxxx
snmp-server contact xxxxxxxxxxxxxx
!
no ip domain-lookup
no ip http server
!
banner motd ^
Warning!!! This system is solely for the use of authorized users
and only for official purposes. Users must have express written
permission to access this system. You have no expectation of privacy
in its use and to ensure that the system is functioning properly,
individuals using this system are subject to having their activities
monitored and recorded at all times. Use of this system evidences an
express consent to such monitoring and agreement that if such
monitoring reveals evidence of possible abuse or criminal activity
the results of such monitoring will be supplied to the appropriate
officials to be prosecuted to the fullest extent of both civil and
criminal law!
^
alias configure c alias configure
alias configure e alias exec
alias exec ib sh ip int brie
alias exec srb sh run | beg
alias exec sir sh ip route
alias exec t conf t
alias exec ir show ip route
alias exec s show run
alias exec c conf t
alias exec i sho ip route
alias exec cdp show cdp neighbors
HC-remote-switch-config.txt[6/3/2014 1:56:41 PM]
alias exec ntp show ntp associations
!
line con 0
exec-timeout 60 0
password torrent
logging synchronous
login
line vty 0 15
exec-timeout 60 0
logging synchronous
password torrent
login
!
ip igmp snooping
!
vlan 10
name IPTV
!
ip default-gateway 10.10.10.1
!
ip host core 10.10.10.1
ip host sw4 10.10.10.4
!
interface Vlan10
description CORE VLAN FOR IPTV [do not change]
ip address 10.10.10.x 255.255.255.0
no shut
!
interface range g1/0/1-50
desc UPLINK TO SET TOP BOX [alter with care]
switchport access vlan 10
!
hostname SWxx-DECKSWITCH
! X = switch number from cad drawing
end
wr mem
02-27-2017 11:12 AM
On ports going to other switches use the command:
macro apply cisco-switch
This will apply all the required configuration (including QoS). I would also add in:
spanning-tree mode rapid
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide