Link to home
Start Free TrialLog in
Avatar of Mongo Peck
Mongo Peck

asked on

Cisco 2960x

HI,

Has anyone got a corporate base build for a 2960x rollout.

i.e the recommended config

Thank you in advance.
Avatar of eeRoot
eeRoot

Part 1,

en
terminal length 100
config t
no service config
hostname xxx !! set the switch name
snmp-server location xxx !! set the location
int vlan1
no ip addr
no shut
int vlan xxx
ip address x.x.x.x y.y.y.y !! set the IP and subnet for the mgmt address
ip default-gateway x.x.x.x !! set the default gateway IP address
line con 0
password [pw]
login
line vty 0 15
password [pw]
login
exit
service password-encryption
enable secret [enable-pw]
end
wr mem
ASKER CERTIFIED SOLUTION
Avatar of eeRoot
eeRoot

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial