Dit zijn de configuratieopties die op vEdge zijn toegestaan.
vEdge# config ?
Possible completions:
exclusive no-confirm shared terminal |
Configureer met de exclusieve opdracht.
vEdge# config exclusive
Entering configuration mode exclusive
Warning: uncommitted changes will be discarded on exit
vEdge(config)#
Dit is het bericht dat verschijnt wanneer de opdracht wordt uitgevoerd.
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)#
Zodra u zeker bent dat alles in werking is, kunt u de opdracht plegen uitvoeren.
vEdge(config-vpn-1)# commit
Commit complete. Configuration is now permanent.
vEdge(config-vpn-1)#
Voor de geëngageerde optie is deze: aanbevolen hebben 5 tot 10 minuten om de configuratie te valideren dat werd ingevoerd . Hier wordt een minuut gebruikt als voorbeeld.
Verifiëren
Gebruik dit gedeelte om te bevestigen dat de configuratie correct werkt.
Execute show in werking stellen-configuratie of juist configuratie-sub-block opdracht.
Hier is een voorbeeld van validatie:
vEdge# show running-config vpn 1 ip
vpn 1
ip route 23.23.23.23/32 null0
!
vEdge#
Problemen oplossen
Er is momenteel geen specifieke troubleshooting-informatie beschikbaar voor deze configuratie.