cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
702
Views
0
Helpful
2
Replies

"Failed to commit..." on interface and VRF. Error on iOS XRV 6.0.1

locamo1493
Level 1
Level 1

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.

 

 

 

192.168.91.129 - PuTTY.png

 

2 Replies 2

Harold Ritter
Spotlight
Spotlight

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,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

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