12.2. Device management securiy Commands

12.2.1. ipv6 telnet server acl

Command Purpose

To deny specified telnet client IPV6, use this command in configuration mode. To delete this configuration, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ipv6 telnet server acl NAME

no ipv6 telnet server acl

Parameter

Parameter Description

Parameter Value

NAME

access-list name

String with up to 40 characters

Command Mode

Global Config

Default

No acl is specified

Usage

Use this command to deny specified telnet client IPV6.

The access-list should be created before using this command.

Examples

This example shows how to enabe telnet acl, which only permit telnet client with source IP 3001:1::1000:

Switch# configure terminal
Switch(config)# ipv6 access-list telnetACL
Switch(config-ip-acl)# permit tcp host 3001:1::1000 any
Switch(config-ip-acl)# exit
Switch(config)# ipv6 telnet server acl telnetACL

12.2.2. ipv6 ssh server acl

Command Purpose

To deny specified SSH client IPV6, use this command in configuration mode. To delete this configuration, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ipv6 ssh server acl NAME

no ipv6 ssh server acl

Parameter

Parameter Description

Parameter Value

NAME

access-list name

String with up to 40 characters

Command Mode

Global Config

Default

No acl is specified

Usage

Use this command to deny specified SSH client IPV6.

The access-list should be created before using this command.

Examples

This example shows how to enabe ssh acl, which only permit SSH client with source IP 3001:1::1000:

Switch# configure terminal
Switch(config)# ipv6 access-list sshACL
Switch(config-ip-acl)# permit tcp host 3001:1::1000 any
Switch(config-ip-acl)# exit
Switch(config)# ipv6 ssh server acl sshACL

Related Commands

None