10-20-2020 12:20 PM
Cisco Novice - I know enough to log in and make simple changes. I am replacing a Domain Controller, primary DNS server. I cant reuse the old IP address. I need to change a few lines in a group policy. svc dns-server primary, svc dns-server secondary. Usually I would simply say - no blah blah blah and replace it with new blah blah blah but I can't figure out how to get to the svc to change the IP addresses. Please see screenshot. I am looking for the commands to change the svc dns-server primary and the svc dns-server secondary
Solved! Go to Solution.
10-20-2020 12:28 PM
Hi there,
Those svc commands are nested within the webvpn-context and then webvpn-group comman sets.
The commands would be:
! webvn context FOO ! policy group POLICY-BAR ! svc dns-server primary 192.168.1.1 svc dns-server secondary 192.168.1.2 ! exit exit exit
... obviously substitute FOO and BAR for the real attributes.
cheers,
Seb.
10-20-2020 12:28 PM
Hi there,
Those svc commands are nested within the webvpn-context and then webvpn-group comman sets.
The commands would be:
! webvn context FOO ! policy group POLICY-BAR ! svc dns-server primary 192.168.1.1 svc dns-server secondary 192.168.1.2 ! exit exit exit
... obviously substitute FOO and BAR for the real attributes.
cheers,
Seb.
10-20-2020 01:40 PM
OMG, thank you!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide