vEdgesで使用できる設定オプションは次のとおりです。
vEdge# config ?
Possible completions:
exclusive no-confirm shared terminal |
exclusiveコマンドでを設定します。
vEdge# config exclusive
Entering configuration mode exclusive
Warning: uncommitted changes will be discarded on exit
vEdge(config)#
これは、commitコマンドが実行されない場合に表示されるメッセージです。
vEdge(config)# vpn 1
vEdge(config-vpn-1)# ip route 23.23.23.23/32 null0
vEdge(config-vpn-1)# commit confirmed 1
Warning: The configuration will be reverted if you exit the CLI without
performing the commit operation within 1 minutes.
vEdge(config-vpn-1)# exit
vEdge(config)# exit
vEdge# config exclusive
Aborted: confirmed commit in progress
vEdge#
Message from system at 2019-07-08 01:07:13...
confirmed commit operation not confirmed by admin from cli
configuration rolled back
vEdge#
vEdge# config exclusive
Entering configuration mode exclusive
Warning: uncommitted changes will be discarded on exit
vEdge(config)# vpn 1
vEdge(config-vpn-1)# ip route 23.23.23.23/32 null0
vEdge(config-vpn-1)# commit confirmed 1
Warning: The configuration will be reverted if you exit the CLI without
performing the commit operation within 1 minutes.
vEdge(config-vpn-1)#
Message from system at 2019-07-08 21:07:37...
confirmed commit operation not confirmed by admin from cli
configuration rolled back
vEdge(config-vpn-1)#
すべてが正しく設定されていることを確認したら、commitコマンドを実行できます。
vEdge(config-vpn-1)# commit
Commit complete. Configuration is now permanent.
vEdge(config-vpn-1)#
commit confirmedオプションの場合、次のようになります。 推奨 持ち歩く 設定を検証するために5 ~ 10分 それは所定の位置に置かれた。 ここでは、例として1分を使用します。
確認
ここでは、設定が正常に機能しているかどうかを確認します。
show running-configまたは適切なconfig-sub-blockコマンドを実行します。
検証の例を次に示します。
vEdge# show running-config vpn 1 ip
vpn 1
ip route 23.23.23.23/32 null0
!
vEdge#
トラブルシュート
現在、この設定に関する特定のトラブルシューティング情報はありません。