Forum Discussion
DevBabu_124276
May 15, 2015Nimbostratus
non-existent vlan strange although vlan is present
root@(ltm1)(cfg-sync Standalone)(Active)(/Common)(tmos) list net vlan
net vlan Vlan212 {
if-index 128
tag 4092
}
my file
=======
...
- May 15, 2015
try
load sys config merge verify file /var/tmp/test_vlan
is probably expecting to verify an entire configuration in a file, not merge a config snippet with what is currently runningload sys config verify file /file
shaggy_121467
Cumulonimbus
try
load sys config merge verify file /var/tmp/test_vlan
load sys config verify file /file
is probably expecting to verify an entire configuration in a file, not merge a config snippet with what is currently runningshaggy_121467
May 15, 2015Cumulonimbus
i can't seem to edit my original answer: you can see in the list of files returned from the "load sys config verify.." command that /config/bigip_base.conf and /config/bigip.conf are not present - the F5 isn't taking those configurations into account when verifying your specific config snippet.
merge is meant to merge config snippets - either pasted into the cli or contained in a file - with the rest of the configuration. word of warning though, merge will clobber existing configuration that has the same object name. if i'm using merge to create "ltm virtual www.mycompany.com_vs" and www.mycompany.com_vs already exists on the LTM, goodbye old www.mycompany.com_vs. it's great if you planned it that way, but very bad if you're stuck wondering where your prod vs went.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects