User Tools

Site Tools


networking:cisco:switch_basic_configuration

Switch Basic Configuration

!********************** Switch S3 **********************
!
enable
conf ter
!
no ip domain-lookup
!
hostname S3
banner motd /*** Switch S3 *** MAC ***/
!
enable secret class
service password-encryption
!
!########## Adresa admin VLANa na routeru
ip default-gateway 172.16.99.254
!
alias interface e exit
alias configure e exit
alias configure svi int ran fa0/1 - 24
alias exec c config terminal
alias exec s show ip int brie
alias exec sc show cdp neighbors
alias exec sr show runn
alias exec sv show vlan
alias exec ss show span
alias exec save copy running-config startup-config
alias exec backup copy startup-config tftp:
alias exec restore copy tftp: startup-config
!
line con 0
logging synchronous
exec-timeout 90 0
password cisco
login
length 50
width 132
!
line vty 0 15
logging synchronous
exec-timeout 90 0
password cisco
login
length 50
width 132
!
!################ kraj standardne konfiguracije ####################
!
networking/cisco/switch_basic_configuration.txt · Last modified: 2012/05/06 10:25 by 127.0.0.1