tunnel remote id
- モード
- インターフェースモード
- カテゴリー
- VPN / L2TPv3
構文
(config-if)# tunnel remote id <1-2147483647>
(config-if)# no tunnel remote id
コマンド説明
対象L2TPv3トンネルインターフェースの対向装置IDを指定する。no形式で実行した場合は対向装置IDを未指定に戻す。
初期設定は未指定。
パラメーター
<1-2147483647>- 対向装置ID
使用例
L2TPv3トンネルインターフェースtunnel0の自装置IDと対向装置IDを指定する。対向装置では、自装置IDと対向装置IDの指定が逆になる。awplus(config)# interface tunnel0 awplus(config-if)# tunnel mode l2tp v3 awplus(config-if)# tunnel local id 2 awplus(config-if)# tunnel remote id 3