Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The run show ipv6-source-guard binding command shows the IPv6 source guard binding entries.

Command Syntax

run show ipv6-source-guard binding [interface <interface-name>]

Parameter

Parameter

Description

interface <interface-name>

Optional. Specifies an interface name that enabled IPv6 source guard. The value could be a physical port.

Example

  • View the IPv6 source guard binding entries.

admin@PICOS# run show ipv6-source-guard binding
Total ipsg6 host count:     5
Mac-Address         Ip-Address      Interface       VLAN      Type         Filter-Type         Status
-----------------------------------------------------------------------------------------------------------
22:22:22:22:22:22   2006::6           ge-1/1/3        20        static        ip                  effective
33:33:33:33:33:33   2007::7           te-1/1/3        20        static        ip                  ineffective
22:22:22:11:11:20   100::10           ge-1/1/3        1         dhcp6-snooping ip+mac              ineffective
22:22:22:22:22:22   2048::11          ge-1/1/3        6         static        ip+mac              ineffective

In the show result,

  • The parameter “Type” indicates the type of the entry, the value could be static or dhcp6-snooping:

Ø  static:  indicates that the entry is manually configured.

Ø  dhcp6-snooping: indicates that the entry is originated from the DHCPv6 snooping binding table.

  • The parameter “Filter-type” indicates the IPv6 source guard filtering item based on specific interface and VLAN. The value could be ip or ip+mac,

Ø  ip: enables IPv6 Source Guard with interface + VLAN + Source IP filtering.

Ø  ip+mac: enables IPv6 Source Guard with interface + VLAN + Source IP + Source MAC address filtering.

  • The parameter “Status” indicates whether the IPv6 source guard binding entry is effective or not. After configuring the IPv6 source guard binding entry, it needs to be deployed to the hardware by the system. If the entry is successfully deployed to the hardware, the "Status" will be shown as effective; however, if the deployment fails, it will be displayed as ineffective. Typically, the reason for deployment failure is due to the user configuring too many ACL rules, leading to insufficient hardware resources.

  • No labels