Basic switch mgmt Flashcards
enter console config mode
line con 0
enter vty config mode
line vty 0 15
create username and pass
username Bob pass XXX
command which configures usernames and passs
login local
holds credentials so changes do not need to be replicated across devices
AAA server, TACACS+ or RADIUS
setup ssh
create hostname and domain
generate crypto key
command to create domain
ip domain-name myswitch.com
command to generate crypto
crypto key generate rsa
what does transport input all do?
allows telnet and ssh
show clients sshd in
show ssh
configure ipv4 on a switch
int VLANC 1 - ip addr
enable
global conf - default gateway
set dns
command set def gateway in gloabl
ip default-gateway 192.168.x.x
command to configure dhcp
in int VLAN 1 - ip address dhcp
stop sending log messages to screen
no logging
verify ip commands
show dhcp lease
show interfaces vlan1
show ip default-gateway