cisco
Posted kylingx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cisco相关的知识,希望对你有一定的参考价值。
配置ntp
conf t
ntp server 172.28.10.10
clock timezone Beijing 8
show clock
配置端口组
interface Port-channel10
no switchport
ip address 172.28.1.2 255.255.255.240
interface range gi 1/0/47 - 48
no ip address
no switchport
channel-group 10 mode on
关闭domain lookup
no ip domain lookup
no cdp run
no ip http server
no ip http secure-server
配置SSH
config t
ip domain-name jkzh.com
crypto key generate rsa
aaa new-mode
username AAA password BBB
line vty 0 4
transport input ssh
show tcp brif
以上是关于cisco的主要内容,如果未能解决你的问题,请参考以下文章