cancel
Showing results for 
Search instead for 
Did you mean: 

need to replace ip from ve interface.

need to replace ip from ve interface.

Neeraj_Singh
New Contributor

interface ve 111

vrf forwarding A
ip anycast-address 10.0.31.129/25
ip address 10.0.30.130/25 >>>>>>> 10.0.31.130/25 . I need to replace this ip from another range of ip as its mistake, you can see anycast is different range. 

what would be EFA CLI . 

I am trying below its not working. 

 

efa tenant epg update --tenant TAG --name EPG_A --operation local-ip-add 111,192.168.245.81:10.0.31.131/25

Error : additional arguments passed to the command

 

1 ACCEPTED SOLUTION

Michael_Morey
Extreme Employee

Neeraj,

The issue you are seeing is that "local-ip-add" is the argument to "--operation" and you should not list the "ctag,device:local-ip" without the --local-ip switch.

Try:

efa tenant epg update --tenant [tenant_name] --name [epg_name] --local-ip [ctag,device-ip:local-ip] --operation local-ip-add

 

Michael Morey
Principal Technical Support Engineer
Extreme Networks

View solution in original post

1 REPLY 1

Michael_Morey
Extreme Employee

Neeraj,

The issue you are seeing is that "local-ip-add" is the argument to "--operation" and you should not list the "ctag,device:local-ip" without the --local-ip switch.

Try:

efa tenant epg update --tenant [tenant_name] --name [epg_name] --local-ip [ctag,device-ip:local-ip] --operation local-ip-add

 

Michael Morey
Principal Technical Support Engineer
Extreme Networks
GTM-P2G8KFN