RTX1200,RTX810でtunnelを切断、再接続する方法(MTUを書き換える)

RTX1200,RTX810でtunnelを切断、再接続する方法

切断

tunnel select 1
tunnel disable 1
no ipsec auto refresh on
no ipsec ike keepalive use 1 on

切断後、MTUを書き換える


ip tunnel mtu 1406
ip tunnel tcp mss limit 1366

再接続

tunnel select 1
tunnel enable 1
ipsec auto refresh on
ipsec ike keepalive use 1 on

IPsecの場合、以下だけでは反映されない?ようです。

tunnel disable 1
tunnel enable 1

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です