User Tools

Site Tools


networking:cisco:basic_configuration

Router Basic Configuration

!********************** Router R1 **********************
!
enable
conf ter
!
no ip domain-lookup
!
hostname R1
banner motd /*** Router R1 ***/
!
enable secret class
service password-encryption
!
!
!
!
alias interface e exit
alias configure e exit
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-switch
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
!
networking/cisco/basic_configuration.txt · Last modified: 2012/05/06 10:19 by 127.0.0.1