tunnel mode gre multipoint
- モード
- インターフェースモード
- カテゴリー
- VPN / マルチポイントVPN
構文
(config-if)# tunnel mode gre multipoint
(config-if)# no tunnel mode
コマンド説明
対象トンネルインターフェースの動作モードをマルチポイントGRE(Generic Routing Encapsulation)に設定する。no形式で実行した場合は動作モードを未指定に戻す。
トンネルインターフェース作成直後の初期状態では動作モード未指定。
トンネルインターフェースを作成したら必ず本コマンドで動作モードを指定すること。
マルチポイントGREトンネルインターフェースの基本仕様および設定項目は下記のとおり。
- デリバリー(外側)プロトコル:IPv4
- ペイロード(内側)プロトコル:IPv4
- 上位層モジュール:IPv4
- 必須設定パラメーター
- 外側始点IPv4アドレス(tunnel sourceコマンド)
- 外側終点IPv4アドレス(tunnel endpointコマンド)※エンドポイント(複数設定可)
- 外側始点IPv4アドレス(tunnel sourceコマンド)
- オプション設定パラメーター
- 外側TTL値(tunnel ttlコマンド)
- 外側DSCP値(tunnel dscpコマンド)
- GREチェックサムの有効・無効(tunnel checksumコマンド)
- IPsecによる保護(tunnel protection ipsecコマンド)
※別途、ISAKMP事前共有鍵の設定が必要(crypto isakmp keyコマンド)
- ISAKMP自装置ID(tunnel local nameコマンド)
- ISAKMP対向装置ID(tunnel remote nameコマンド)
- ISAKMP自装置ID(tunnel local nameコマンド)
- 外側TTL値(tunnel ttlコマンド)
使用例
トンネルインターフェースtunnel0を作成し、動作モードをマルチポイントGREに設定する。awplus(config)# interface tunnel0 awplus(config-if)# tunnel mode gre multipoint