Show ipv6 access-list – Dell POWEREDGE M1000E User Manual

Page 590

Advertising
background image

2-560

Cisco Catalyst Blade Switch 3120 for HP Command Reference

OL-12248-03

Chapter 2 Cisco Catalyst Blade Switch 3120 for HP Cisco IOS Commands

show ipv6 access-list

show ipv6 access-list

Use the show ipv6 access-list user EXEC command to display the contents of all current IPv6 access
lists.

show ipv6 access-list [access-list-name]

Note

This command is supported only if you have configured a dual IPv4 and IPv6 Switch Database
Management (SDM) template on the switch.

Syntax Description

Command Modes

User EXEC

Command History

Usage Guidelines

The show ipv6 access-list command provides output similar to the show ip access-list command, except
that it is IPv6-specific.

To configure the dual IPv4 and IPv6 template, enter the sdm prefer dual-ipv4-and-ipv6 {default | vlan)
global configuration command and reload the switch.

Examples

The following output from the show ipv6 access-list command shows IPv6 access lists named inbound
and outbound:

Switch# show ipv6 access-list

IPv6 access list inbound

permit tcp any any eq bgp (8 matches) sequence 10

permit tcp any any eq telnet (15 matches) sequence 20

permit udp any any sequence 30

Table 2-29

describes the significant fields shown in the display.

access-list-name

(Optional) Name of access list.

Release

Modification

12.2(40)EX1

This command was introduced.

Table 2-29

show ipv6 access-list Field Descriptions

Field

Description

IPv6 access list inbound

Name of the IPv6 access list, for example, inbound.

permit

Permits any packet that matches the specified protocol type.

tcp

Transmission Control Protocol. The higher-level (Layer 4) protocol type
that the packet must match.

any

Equal to ::/0.

Advertising