cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who Me Too'd this topic

CLI configuration of adding interface to virtual router

L1 Bithead

Hi,

When add a interface into virtual router using cli, do I need to copied all the interfaces in the virtual router currently, then add this new interface into the list? 

For example, current default virtual router has two interface ethernet1/1 and ethernet1/2, I want to add another interface ethernet1/3

what I need to do is only "set network virtual-router default interface [ ethernet1/3 ]"

or I have to do "set network virtual-router default interface [ ethernet1/1 ethernet1/2 ethernet1/3]

If the latter one, it'll involve some programming work if doing automation in real world environment as we don't know what interfaces already in the virtual router, so need to get the list first and then add the interface into the list and issue the set command.

Who Me Too'd this topic