首页 > 系统服务 > 详细

cisco

时间:2019-12-22 16:13:39      阅读:100      评论:0      收藏:0      [点我收藏+]

配置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

原文:https://www.cnblogs.com/kylingx/p/12079810.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!