ipv6 source-binding

Syntax

[no] ipv6 source-binding VLAN-ID IPV6-ADDR MAC-ADDR PORT-NUM IPV6-ADDR
        

Description

Add a DHCPv6 static binding entry into the binding table. Static binding entries will have infinite lifetime.

Parameters and options

VLAN-ID

The VLAN ID of the static binding entry.

Ipv6-ADDRESS

The Ipv6 address of the static binding entry.

MAC-ADDRESS

The MAC address of the static binding entry.

[ethernet] PORT-NUM

Port number of the static binding entry.

IPV6-ADDR

The Ipv6 link-local address of the static binding entry.

Validation rules

Validation

Error/Warning/Prompt

Verify whether the vlan id is proper

Invalid input:%s

Verify whether the mac-address is valid

Invalid input:%s

Verify whether the ipv6 address is valid

Invalid input:%s

Verify whether the port number is valid on the device

Module not present for port or invalid port: <port-num>

If any other addresses other than global unicast address are entered

Invalid Ipv6 address

If the ipv6 address entered is not a unicast.

Only Ipv6 unicast addresses are supported.

If a multicast ipv6 address is entered to configure a binding.

Cannot configure a binding using a multicast IPV6 address.

If an invalid MAC address is being added into the binding table.

Cannot add a %s MAC address to the table.

If an invalid port is used for configuring a static binding

Port %s is invalid.

If DSNOOPV6 is globally disabled when configuring a static binding.

Cannot configure static binding whenDHCPv6 Snooping is disabled.

While configuring a static binding if the Ipv6 address is already present in the Binding table but the entered vlanid and MAC address doesnot match with the one present in the binding table.

%s has already been assigned to a VID/MAC. Delete the existing binding first.

If a binding which does not exist in the binding table is tried to be removed.

Binding for %s not found.

If DIPLDv6 limits are exceeded on the switch.

Cannot add the IPv6 source binding because the number of source bindings exceeds the maximum limit of “STR(DSNOOPV6_MAX_STATIC_LEASES)”.

If more than 4 IPv6 addresses are being assigned to a VID/MAC pair

Cannot add the IPv6 source binding because only “STR(DHCPV6_MAX_IAADDRS)”IPv6 addresses can be bound to a VID-MAC pair.

If a VID-MAC pair is bound to a link-local address and the same VID-MAC pair is being assigned another link-local address.

%s is already bound to a link-local address. To bind another link-local address, delete the existing binding .

If a binding exists for a particular client in the BST and the same binding is being configured for another port.

The IPv6 source binding already exists for another port.

If the switch total limit for bindings is exceeded.

Cannot add the IPv6 source binding because the number of source bindings exceeds the maximum limit of STR(DSNOOPV6_MAX_STATIC_LEASES).

If a trunk is being configured for a port which has static binding configured on it.

Cannot add a port to a trunk group when IPv6 source binding is configured on that port.

If static binding is being configured on a Smart Link enabled port

Cannot configure IPv6 source binding on a Smart Link port.

If Smart Link is being configured on a port with static binding.

Cannot configure Smart Link feature on a port when IPv6 source binding is configured on that port.