Forum Discussion

Krishna_251070's avatar
Krishna_251070
Icon for Nimbostratus rankNimbostratus
Apr 26, 2017

Modify the config from CLI

Hi All,

 

I was trying to learn how edit running config from CLI. I tried the 'modify' operation, but its giving this error.

 

root@(ltm)(cfg-sync Standalone)(Active)(/Common)(tmos) list net route-domain InboundVIP_Internal

 

net route-domain InboundVIP_Internal { id 1 parent 0 strict disabled vlans { InboundVIP_Internal } }

 

I am able to list the configuration of a route-domain, now I am trying to edit that.

 

root@(ltm)(cfg-sync Standalone)(Active)(/Common)(tmos) modify net route-domain InboundVIP_Internal

 

Data Input Error: route-domain "InboundVIP_Internal" not found

 

root@(ltm)(cfg-sync Standalone)(Active)(/Common)(tmos)

 

Can you please help me to figure out why this happens?

 

1 Reply

  • hi,

    what do you want to modify in the route domain?

    modify command expect changes :

    modify net route-domain InboundVIP_Internal {  vlans add { otherVLAN } }