11-03-2021 07:52 PM - edited 11-04-2021 06:25 AM
What is the template for unicast routing commands?
11-04-2021 02:43 AM
Not sure what context this was :
But as per the config :
ipv6 dhcp pool melb-lan
dns-server XXXXXXXXXXXXXXXXXXXXXXXX
domain-name cisco_melbourne.com
!
int fa0/0
ipv6 dhcp server melb-lan
ipv6 nd other-config flag
11-04-2021 04:01 AM - edited 11-04-2021 06:26 AM
Thank you
11-04-2021 07:29 AM - edited 11-04-2021 07:30 AM
Hello
Example rtr is running ipv6 dhcp stateful server providing ipv6 allocation to host
RTR
conf t
ipv6 unicasting routing
ipv6 dhcp pool DHCP-Stateful
address prefix 45::/64
dns-server 2010:1111::1
domain-name stan.com
int x/x
facing host
45::1/64
ipv6 dhcp server DHCP-Stateful
ipv6 nd managed-config-flag
host stateful
int x.x
ipv6 enable
ipv6 address dhcp
no shut
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