Telnet登入cisco router 1800

來源:互聯網
上載者:User

標籤:ted   esc   comm   building   name   dial   word   int   nec   

 Login to Router and change to privileged mode
c:\>telnet 192.168.6.1
Trying 192.168.6.1...
Connected to 192.168.6.1.
Escape character is ‘^]‘.
User Access Verification
Username: admin
Password:
MC1812>
MC1812>enable
Password:
MC1812#
At privileged mode, check and change to PPPoE password
MC1812#sh run | inc pap
ppp pap sent-username user1 password 7 12090404015A
MC1812#
MC1812#config t
Enter configuration commands, one per line.  End with CNTL/Z.
MC1812(config)#int dialer1
MC1812(config-if)#ppp pap sent-username user2 password pass2
MC1812(config-if)#end
MC1812#
MC1812#sh run | inc pap
ppp pap sent-username user2 password 7 111918160440
MC1812#
At privileged mode, save settings
MC1812#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
MC1812#
At privileged mode, check and change NAT settings (如需要的話)
HQ1812#sh run | inc source static
ip nat inside source static tcp 192.168.1.16 21 223.255.154.242 21 extendable
ip nat inside source static tcp 192.168.1.151 25 223.255.154.242 25 extendable
ip nat inside source static tcp 192.168.1.151 53 223.255.154.242 53 extendable
HQ1812#
HQ1812#config t
Enter configuration commands, one per line.  End with CNTL/Z.
HQ1812(config)# ip nat inside source static tcp 192.168.1.123 1234 223.255.154.242 5678
HQ1812(config)#end
HQ1812#
HQ1812#sh run | inc source static
ip nat inside source static tcp 192.168.1.16 21 223.255.154.242 21 extendable
ip nat inside source static tcp 192.168.1.151 25 223.255.154.242 25 extendable
ip nat inside source static tcp 192.168.1.151 53 223.255.154.242 53 extendable
ip nat inside source static tcp 192.168.1.5 1234 223.255.154.242 5678 extendable

Telnet登入cisco router 1800

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.