다음은 vEdge에서 허용되는 컨피그레이션 옵션입니다.
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 옵션의 경우 권장 Cisco의 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#
문제 해결
현재 이 컨피그레이션에 사용할 수 있는 특정 문제 해결 정보가 없습니다.