هذه هي خيارات التكوين المسموح بها على vEdges.
vEdge# config ?
Possible completions:
exclusive no-confirm shared terminal |
قم بالتكوين باستخدام الأمر الحصري.
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)#
بالنسبة لخيار الالتزام المؤكد، فإنه أوصي إلى نحو من 5 إلى 10 دقائق للتحقق من صحة التكوين التي تم وضعها في مكانها. هنا، تستخدم دقيقة واحدة كمثال.
التحقق من الصحة
استخدم هذا القسم لتأكيد عمل التكوين بشكل صحيح.
قم بتنفيذ الأمر show running-config أو config-sub-block المناسب.
فيما يلي مثال على التحقق من الصحة:
vEdge# show running-config vpn 1 ip
vpn 1
ip route 23.23.23.23/32 null0
!
vEdge#
استكشاف الأخطاء وإصلاحها
لا تتوفر حاليًا معلومات محددة لاستكشاف الأخطاء وإصلاحها لهذا التكوين.