07-02-2022 04:44 PM
Hi! I´m receiving the error Failed to commit one or more configuration items during a pseudo-atomic operation. All changes made have been reverted. Please issue 'show configuration failed [inheritance]' from this session to view the errors.I received this error when I was configuring the VRF within the interface. Does anyone know hot to fix it?
Try only configuring the "static router" and if the commit works, the error is in the interface.
07-02-2022 07:36 PM
Hi @locamo1493 ,
Did you configure address-family ipv4 under the global "vrf NETGIA" configuration?
the "show configuration failed" command run within the config mode will provide you with more information on why the commit was unsuccessful.
Regards,
07-03-2022 12:25 AM
Hello,
I lab-tested this, and it seems to work if you reverse the configuration sequence. Start out with the 'router static' part, and add the interface configuration last:
router static
vrf NETGIA
address-family ipv4 unicast
1.1.1.1/32 GigabitEthernet0/0/0/1 10.1$
10.100.100.0/24 GigabitEthernet0/0/0/1$
!
interface GigabitEthernet0/0/0/1
vrf NETGIA
ipv4 address 10.11.11.1 255.255.255.252
!
commit
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide