CISCO C841M 初期設定(pppoe設定 〜 )

Dialer1作成

(config)# interface dialer 1
(config-if)# ip address negotiated
(config-if)# ip mtu 1492
(config-if)# encapsulation ppp
(config-if)# dialer pool 1
(config-if)# dialer group 1
(config-if)# ppp authentication chap callin
(config-if)# ppp chap hostname name
(config-if)# ppp chap password password

dns設定

(config-if)# ip dns server

nat変換

(config-if)# ip nat inside source list 1 interface Dialer1 overload

ルーティング

(config-if)# ip route 0.0.0.0 0.0.0.0 Dialer1

物理インターフェースでのpppoE有効化

(config)# interface interface-id
(config-if)# pppoe-client dial-pool-number number

RouterからインターネットへのPing疎通確認までならここまで

つながったがやけに遅いしセッションが不安定(体感)

コンソールを見てると下記エラー
IP_VFR-4-FRAG_TABLE_OVERFLOW: Dialer1: the fragment table has reached its maximum threshold 16

MTUだけではなくMSSの調整も必要なようだ。

www.infraexpert.com

下記をDialer1に追加で設定後、稼働した

(config)#ip mtu 1454
(config-if)# ip adjust-mss 1414

その他所感

httpServerはaclが設定されているので、デフォルトのvlan以外からGUIへアクセスする場合は設定変更が必要。

GUIのよくないところは、GUI画面をいろいろ見ているだけで設定が変更される個所があるということ。

Edgeなどに対応をしていることが書いてあるが、表示形式等HTMLの不備があって表示がおかしくなること。