Cisco如何配置PPP,Cisco路由器中PPP的配置

2021-03-04 08:55:57 字數 5632 閱讀 5397

1樓:匿名使用者

您好asker,很榮幸回答您的問題

看了一下您的配置,問題因該是出在

router(c-if)#ip add 192.168.1.1 255.255.255.0

router(c-if)#ip add 192.168.2.1 255.255.255.0

必須配製成同一網內段才能直接通訊容,如果要在不同網段,在兩者之間必須存在

相應的路由條目才能使兩者連通.

如果您還有問題,可以mail我

llyzlzl2002@163.***

2樓:匿名使用者

ip位址都配置錯誤了bai能通嗎du a:s1/0:192.168.1.1 b:s1/0:192.168.1.2 不同介面要運

3樓:

你嘗試一下用pap的認證

如果還不行的話就是裝置的問題,檢查一下ios版本

4樓:匿名使用者

直連不是同一網段是ping不通的

cisco路由器中ppp的配置

5樓:匿名使用者

路由器名可以進入全域性配置模式下-config terminal,用hostname 設定,con口令是指通過console口登陸所用到的口令,vty下的口令是tel***使用的口令。

6樓:匿名使用者

r1>>

router>en

router#conf t

router(c)#hostname r1

router(c)#username r2 password cisco

router(c)#int s1/0

router(c-if)#ip add 192.168.1.1 255.255.255.0

router(c-if)#no shut

router(c-if)#en ppp

router(c-if)#ppp authentication chap

router(c-if)#end

router#wr

r2>>

router>en

router#conf t

router(c)#hostname r2

router(c)#username r1 password cisco

router(c)#int s1/0

router(c-if)#ip add 192.168.2.1 255.255.255.0

router(c-if)#no shut

router(c-if)#clock rate 64000

router(c-if)#en ppp

router(c-if)#ppp authentication chap

router(c-if)#end

router#wr

如何在cisco路由器上配置ppp協議pap認證?

7樓:匿名使用者

rv-1(config)#enable secret cisco

rv-1(config)#username rv-2 password cisco

rv-1(config)#inte***ce serial 0/0

rv-1(config-if)#ip address 10.1.1.1 255.255.255.252

rv-1(config-if)#encapsulation ppp

rv-1(config-if)#clock rate 128000

rv-1(config-if)#ppp authentication pap default

rv-1(config-if)#ppp pap sent-username rv-1 password cisco

rv-1(config-if)#no shutdown

rv-2(config)#enable secret cisco

rv-2(config)#username rv-1 password cisco

rv-2(config)#inte***ce serial 0/0

rv-2(config-if)#ip address 10.1.1.2 255.255.255.252

rv-2(config-if)#encapsulation ppp

rv-2(config-if)#ppp authentication pap default

rv-2(config-if)#ppp pap sent-username rv-2 password cisco

rv-2(config-if)#no shutdown

8樓:匿名使用者

路由器r1進入介面,

配置好ip後:

r1(config-if)# encapsulation ppp

r1(config-if)# ppp authentication pap

exit

r1(config)# username r2 pass cisco

r1(config)# ppp pap sent usename r1 password cisco

r2進入介面,配置ip:

r2(config-if)# encapsulation ppp

r2(config-if)# ppp authentication pap

exit

r2(config)# username r1 pass cisco

r2(config)# ppp pap sent usename r2 password cisco

9樓:匿名使用者

encapcalation ppp

10樓:匿名使用者

r1> en

r1#conf t

r1(conf t)#int s0/0

r1(conf t)#encapcalation ppp 封裝為ppp

如何建立cisco路由器驗證方法列表(ppp)

11樓:匿名使用者

一:使用ppp驗證就要現在把路由器的封裝格式改為ppp封裝(思科路由器預設是hdlc),在介面模式使用命令:encapsulation ppp

二:ppp的驗證有兩種,pap和chap

三:使用chap驗證好,而且配置也相對簡單,先建立使用者名稱和密碼:username 對方路由器名字 password 密碼(兩個路由器要一樣)

在介面模式命令:ppp authentication chap希望有幫助!!!!@@@@

回答:5@

12樓:匿名使用者

encapsulation ppp

ppp auth chap

username 對方的主機名 password 密碼***press ?(三選一,壓縮方式)

cisco路由器pppoe撥號怎麼配置?

13樓:

vpdn enable(開啟vpdn)

vpdn-group tyl

request-dialin

protocol pppoe(啟用pppoe協議)

inte***ce ether***0

no ip address

pppoe enable

pppoe-client dial-pool-number 1(將物理埠和虛擬撥號埠繫結)

inte***ce ether***1 內網介面

ip address 192.168.1.254 255.255.255.0

ip nat inside

inte***ce dialer1

ip address negotiated

ip mtu 1492   (將原來的mtu1500變為1492,因pppoe 的包頭是8個位元組)

ip nat outside

encapsulation ppp

dialer pool 1 (通過撥號池,將物理埠和虛擬撥號埠繫結)

ppp pap sent-username ******@163.gd password 0 ******(ppp pap的單向驗證)

ip nat inside source list 1 inte***ce dialer1 overload(nat轉換)

ip route 0.0.0.0 0.0.0.0 dialer1(設定靜態路由)

access-list 1 permit any

14樓:楓橋映月夜泊

首先配置vpdn

router(config)#vpdn enable(啟用路由器的虛擬專用撥號網路-vpnd)

router(config)#vpdn-group office (建立乙個vpdn 組 office)

router(config-vpdn)#request-dialin(初始化乙個vpnd tunnel,建立乙個請求撥入的vpdn子組,)

router(config-vpdn-req-in)#protocol pppoe (vpdn子組使用pppoe建立會話隧道)

第二配置路由器與adsl 貓的連線埠

router(config)#inte***ce fastether*** 0/1

router(config-if)#no ip address

router(config-if)#pppoe enable  允許以太介面執行pppoe

router(config-if)#pppoe-client dial-pool-number1將以太介面的pppoe撥號客戶端加入撥號池1

3、adsl配置撥號

router(config)#inte***ce dialer1 (配置邏輯撥號介面)

router(config-if)#ip address negotiated (從adsl服務商動態協商得到ip位址)

router(config-if)#ip nat outside (為該介面啟用nat )

router(config-if)#encapsulation ppp (為該介面封裝ppp協議)

router(config-if)#dialer pool 1 (該介面使用1號撥號池進行撥號)

router(config-if)#dialer-group 1 (該命令對於pppoe是意義不大的)

router(config-if)#ppp authentication pap callin (啟用ppp pap驗證)

router(config-if)#$t-username fsdsl ***xgd password ***xx(***為申請adsl的使用者名稱和口令)

這樣基本就齊了,但是你還要設定內部網路的nat以及預設路由,算了我都貼上吧

配置nat:

router(config)#access-list 1 permit 10.10.10.0 0.0.0.255

router(config)#ip nat inside source list 1 inte***ce dialer 1 overload

配置預設路由

router(config)ip route 0.0.0.0 0.0.0.0 dialer1

cisco配置vlan問題,cisco配置vlan問題?

配置方面具體點開顯示器 9掏空了快樂新年快樂!思科交換機配置vlan的問題 你有啟用介面嗎?接網線了嗎?還有問題可以直接回覆。int e0 2 switchport mode accessswitchport access vlan 10no shutdow 關於cisco路由器vlan配置問題 需...

如何記錄對Cisco裝置配置的更改

如果你只是本地bailog的話。預設du 不需要特別zhi 配置 加個 logging facility local0 就可以了。如果不dao 行,你看看你版的logging buffer是不是權設定小了。如果是遠端log 遠端伺服器啟動syslog服務,然後配置 etc syslog.conf 裡...

請問cisco2960g如何配置埠速率呀

c2950 config if inte ce fastether 0 1 進入介面f0 1子配置模式 inte ce ether 0 進入乙太網口0子配置模式 no shutdown 啟用介面 speed 檢視speed命令的子命令speed 100 設定該埠速率為100mb sdulplex f...