Specifications
ipv6 dhcp relay
SecureStack C3 Configuration Guide 19-11
Example
ThisexampleconfiguresroutinginterfaceVLAN7tobeaDHCPv6server,usingtheaddresspool
namedPoolA.
C3(su)->router(Config)# interface vlan 7
C3(su)->router(config-if(Vlan 7))# ipv6 dhcp server PoolA
ipv6 dhcp relay
ThiscommandconfiguresaninterfaceforDHCPv6relayagentfunctionality.
Syntax
ipv6 dhcp relay { destination dest-addr interface intf | interface intf} [remote-id
{duid-ifid | user-defined-string}]
no ipv6 dhcp relay {destination dest-addr interface intf | interface intf}
Parameters
Defaults
Ifremote‐idisnotspecified,theRelayAgentInformationOptionRemote‐IDsub‐optionisnot
addedtorelayedmessages.
Mode
Routerinterfaceconfiguration:C3(su)‐>router(configif(Vlan1))#
Usage
UsethiscommandtoconfigurearoutinginterfaceasaDHCPv6relayagent.
AninterfacecanbeconfiguredaseitheraDHCPv6serveroraDHCPv6relayagent,butnotboth.
UsethenoformofthiscommandtoremoveDHCPv6relayagentfunctionalityfromaninterface.
destinationdest‐addr SpecifiestheIPv6
addressofaDHCPv6relayserver.ThisIPv6address
canbeaglobaladdress,amulticastaddress,oralink‐localaddress.
Iftheaddressisamulticastorlink‐localaddress,thenyoumustspecify
theinterfacetobeusedtocontacttherelayserverwiththeinterface
parameter.
interface
intf Specifiestheinterfacetobe usedtocontacttherelayserver.The
interfaceisidentifiedbyporttype.unitnumber.portnumber.For
example,ge.3.1.
Ifdestinationdest‐addrisnotspecified,thenaninterfacemustbe
specifiedandtheDHCPV6‐ALL‐AGENTSmulticas taddress(FF02::1:2)
isusedtorelayDHCPv6messagesto
therelayserver.
remote‐id{duid‐ifid|
user‐defined‐string}
(Optional)SpecifiesthattheRelayAgentInformationOption
Remote‐IDsub‐optionistobeaddedtorelayedmessages.
Specifyingduid‐ifidcausestheremoteIDtobederivedfromtherelay
agent’sDUIDandtherelayinterfacenumber.
Alternatively,youcan
specifytheremoteIDasauser‐defined‐stringofalpha‐numeric
characters.RefertoRFC3046andRFC4649formoreinformationabout
theRemote‐IDoption.