Link to home
Start Free TrialLog in
Avatar of ciscosupp
ciscosupp

asked on

IPv6 Address reservation on Cisco router

How can I do a IPv6 reservation for a host on cisco router?
Avatar of max_the_king
max_the_king

Hi,
you may want to read the cisco DHCP guide at this link:

http://www.cisco.com/c/en/us/td/docs/ios/12_2/ip/configuration/guide/fipr_c/1cfdhcp.html#wp1000999

you should have these configurable parameters:

Router(config)# ip dhcp pool name
Router(dhcp-config)#host address [mask |/prefix-length]
Router(dhcp-config)#client-identifierunique-identifier
Router(dhcp-config)#hardware-addresshardware-address type
Router(dhcp-config)#client-name name

although i never tested with IPv6.

hope this helps
max
Avatar of ciscosupp

ASKER

IPv6 configs are different from IPv4
ASKER CERTIFIED SOLUTION
Avatar of max_the_king
max_the_king

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial