Il s'agit des options de configuration autorisées sur les contours.
vEdge# config ?
Possible completions:
exclusive no-confirm shared terminal |
Configurez avec la commande exclusive.
vEdge# config exclusive
Entering configuration mode exclusive
Warning: uncommitted changes will be discarded on exit
vEdge(config)#
Il s'agit du message qui apparaît lorsque la commande commit n'est pas exécutée.
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)#
Une fois que vous êtes sûr que tout est en place, vous pouvez exécuter la commande commit.
vEdge(config-vpn-1)# commit
Commit complete. Configuration is now permanent.
vEdge(config-vpn-1)#
Pour l'option Confirmer la validation, recommandé pour avoir 5 à 10 minutes afin de valider la configuration cela a été mis en place. Ici, une minute est utilisée comme exemple.
Vérification
Utilisez cette section pour confirmer que votre configuration fonctionne correctement.
Exécutez la commande show running-config ou config-sub-block appropriée.
Voici un exemple de validation :
vEdge# show running-config vpn 1 ip
vpn 1
ip route 23.23.23.23/32 null0
!
vEdge#
Dépannage
Il n'existe actuellement aucune information de dépannage spécifique pour cette configuration.