"Failed to commit..." on interface and VRF. Error on iOS XRV 6.0.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Routing Protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Harold Ritter, CCIE #4168 (EI, SP)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
