欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

思科设备配置技巧和快捷键

程序员文章站 2024-02-13 17:14:04
...

配置技巧

enable
configure terminal
no ip domain lookup
line con 0
exec-timeout 0 0
logging synchronous
line vty 0 4
password cisco
alias exec c configure terminal
alias exec i show ip inter brie
alias exec e show crypto engine connections active
alias exec s sh run
hostname

快捷键

Ctrl +p 上一个命令
Ctrl+n 下一个命令
Ctrl+u 删除整行
Ctrl+a 光标移动到行首