電子書籍の厳選無料作品が豊富!

シスコのルータでシリアル回線にPPPの設定をする手順はどのように
なるでしょうか?
以下のような感じで、CCNAのテキストを見てもPPPの設定でIPアドレスを設定している記述が見当たらないのですが。

Router(config)#hostname Center
Center(config)#username Remote password cisco
Center(config)#interface Serial 0/0
Center(config-if)#shutdown
Center(config-if)#encapsulation ppp
Center(config-if)#ppp authentication chap
Center(config-if)#no shutdown
Center(config-if)#end

A 回答 (1件)

こんにちは。



Router(config)#hostname Center
Center(config)#username Remote password cisco
Center(config)#interface Serial 0/0
Center(config-if)#encapsulation ppp
Center(config-if)#ppp authentication chap
Center(config-if)#ip address 192.168.1.1 255.255.255.0
Center(config-if)#no shutdown
Center(config-if)#end
でいいと思います。

以下のURLを参考にしてみてください。
http://atnetwork.info/ccna2/ppp4.html
    • good
    • 0
この回答へのお礼

ありがとうございます。^^
普通に設定するものなんですね。

お礼日時:2009/03/24 03:06

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!