Best practice

enable
show int fa0/11
config ter
int fa0/11
flowcontrol receive on
show mac-address-table
ip name-server 88.86.116.45

setting up snmp

cisco1a(config)#snmp-server community public
cisco1a(config)#snmp-server enable traps vtp
cisco1a(config)#exit                        
cisco1a#wr

Measuring with mrtg guide prutok

setting up telnet

 line vty 0 15
 password top-secret-password
 login

setting up bond

telnet 10.0.2.1
enable
config term

int gig0/1
no spanning-tree bpdufilter enable
no spanning-tree bpduguard enable
spanning-tree guard root
exit

int gig0/2
no spanning-tree bpdufilter enable
no spanning-tree bpduguard enable
spanning-tree guard root
exit

ssh + telnet + scp

Aby fungovali vsechny najednou, musi se v prubehu konfigurace (ktere se po netu vali tisice) nastavit veledulezite

line vty 0 4

transport input ssh telnet
transport output ssh telnet
flowcontrol out

Cisco Backup

To backup the running config on a cisco switch to a TFTP server

#copy running-config tftp:

To make a backup of the VLAN.dat file

#copy flash:vlan.dat tftp:
 
hardware/cisco.txt · Last modified: 2014/09/08 17:00 by kotrlik