真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Cisco登陸管理

1.console登錄配置

目前創(chuàng)新互聯(lián)已為超過(guò)千家的企業(yè)提供了網(wǎng)站建設(shè)、域名、虛擬主機(jī)、網(wǎng)站托管、企業(yè)網(wǎng)站設(shè)計(jì)、保靖網(wǎng)站維護(hù)等服務(wù),公司將堅(jiān)持客戶導(dǎo)向、應(yīng)用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協(xié)力一起成長(zhǎng),共同發(fā)展。

cisco(config)#username cisco private 0 password cisco

cisco(config)#enable password cisco

cisco(config)#enable secret cisco

cisco(config)#service password-encryption

cisco(config)#line console 0

cisco(config-line)#exec-timeout 5 0

cisco(config-line)#logging synchronous

cisco(config-line)#login local

2.Telnet登錄

cisco(config)#username ciscoprivate 0 password cisco

cisco(config)#enable password cisco

cisco(config)#enable secret cisco

cisco(config)#service password-encryption

cisco(config)#interface FastEthernet0/0

cisco(config-if)#ip address 192.168.1.1 255.255.255.0

cisco(config)#line vty 0 4

cisco(config-line)#exec-timeout 5 0

cisco(config-line)#logging synchronous

cisco(config-line)#login local

3.SSH登錄

cisco(config)#ip domainname cisco.com      //配置域名

cisco(config)#username cisco privilege 0 password 0 cisco //創(chuàng)建用戶和密碼,配置登陸級(jí)別

cisco(config)#enable password cisco        //enable特權(quán)密碼

cisco(config)#enable secret cisco          //enable特權(quán)密碼password/secret同時(shí)配置將使用sectet的密碼

cisco(config)#service password-encryption  //加密所有明文密碼

cisco(config)#crypto keygenerate rsa       //啟用ssh使用rsa加密算法512(越高資源消耗越大)

cisco(config)#banner login ^C              //登陸警告

   ******************** Warning *****************

Without authorization, pleasedo not log in, such as forced illegal intrusion,

The resulting consequences wewill reserve the right above the law. !!!^C

cisco(config)#interface FastEthernet0/0

cisco(config-if)#ip address 192.168.1.1255.255.255.0

cisco(config)##line vty 0 4

cisco(config-line)#exec-timeout 5 0      //5分鐘超時(shí)

cisco(config-line)#logging synchronous   //光標(biāo)同步

cisco(config-line)#login local           //使用本地驗(yàn)證

cisco(config-line)#transportinput ssh    //僅允許登入的方式


當(dāng)前標(biāo)題:Cisco登陸管理
文章URL:http://weahome.cn/article/pcpdip.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部