Page 401 / 757 Scroll up to view Page 396 - 400
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
397
DGS-3627:admin# show jwac authenticate_page
Command: show jwac authenticate_page
Current Page :English Version
English Page Element
------------------------------------------------------------
Page Title
:
Alpha Networks Inc.
Login Window Title
:
Authentication Login
User Name Title
: User Name
Password Title
: Password
Logout Window Title
: Logout
Notification
:
Copyright @ 2010 D-Link All Rights Reserved
Japanese Page Element
--------------------------------------------------------------
Page Title
:
Login Window Title
:
社内
LAN
認証ログイン
User Name Title
:
ユーザ
ID
Password Title
:
パスワード
Logout Window Title
:
社内
LAN
認証ログアウト
Notification
:
Copyright @ 2010
ディーリンクジャパン株式会社
サイト
DGS-3627:admin#
config jwac authenticate_page
Purpose
Used to choose authenticate page language.
Syntax
config jwac authenticate_page [japanese | english]
Description
This let administrator decide which authenticated page need to be used.
Parameters
japanese
- Choose the Japanese page
english
- Choose the English page. This is the default page.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To choose authenticate page language:
DGS-3627:admin# config jwac authenticate_page japanese
Command: config jwac authenticate_page japanese
Success.
DGS-3627:admin#
Page 402 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
398
51
JUMBO FRAME COMMANDS
Certain switches can support jumbo frames (frames larger than the Ethernet frame size of 1536 bytes). To transmit
frames of up to 9K (and 9216 bytes tagged), the user can increase the maximum transmission unit (MTU) size from the
default of 1536 by enabling the Jumbo Frame command.
The jumbo frame commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in
the following table.
Command
Parameters
enable jumbo_frame
disable jumbo_frame
show jumbo_frame
Each command is listed, in detail, in the following sections.
enable jumbo_frame
Purpose
Used to enable the jumbo frame function on the Switch.
Syntax
enable jumbo_frame
Description
This command will allow ethernet frames larger than 1536 bytes to be processed by the
Switch. The maximum size of the jumbo frame may not exceed 9216 bytes tagged.
Parameters
None.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To enable the jumbo frame function on the Switch:
DGS-3627:admin# enable jumbo_frame
Command: enable jumbo_frame
Success.
DGS-3627:admin#
disable jumbo_frame
Purpose
Used to disable the jumbo frame function on the Switch.
Syntax
disable jumbo_frame
Description
This command will disable the jumbo frame function on the Switch.
Parameters
None.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
Page 403 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
399
To disable the jumbo frame function on the Switch:
DGS-3627:admin# disable jumbo_frame
Command: disable jumbo_frame
Success.
DGS-3627:admin#
show jumbo_frame
Purpose
Used to show the status of the jumbo frame function on the Switch.
Syntax
show jumbo_frame
Description
This command will show the status of the jumbo frame function on the Switch.
Parameters
None.
Restrictions
None.
Example usage:
To show the jumbo frame status currently configured on the Switch:
DGS-3627:admin# show jumbo_frame
Command: show jumbo_frame
Jumbo frame state: disabled
Maximum frame size: 1536 bytes
DGS-3627:admin#
Page 404 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
400
52
LIMITED IP MULTICAST ADDRESS COMMANDS
The Limited IP Multicast command allows the administrator to permit or deny access to a port or range of ports by
specifying a range of multicast addresses. The Limited IP Multicast Commands in the Command Line Interface (CLI) are
listed (along with the appropriate parameters) in the following table.
Command
Parameters
config limited multicast address
<portlist> {from <multicast_ipaddr> to <multicast_ipaddr> access [permit | deny]
| state [enable | disable]}
delete limited multicast address
[all | <portlist>]
show limited multicast address
{<portlist>}
create multicast_range
<range_name 32> from <multicast_ipaddr> to <multicast_ipaddr>
delete multicast_range
[<range_name 32> | all]
show multicast_range
{<range_name 32>}
config limited_multicast_addr ports
<portlist> {add multicast_range <range_name 32> | delete multicast_range
[<range_name 32> | all] | {access [permit | deny]
| state [enable | disable]}]
show limited_multicast_addr
{ports <portlist>}
Each command is listed in detail in the following sections.
config limited multicast address
Purpose
Used to configure limited IP multicast address range.
Syntax
config limited multicast address <portlist> {from <multicast_ipaddr> to
<multicast_ipaddr> access [permit | deny] | state [enable | disable]}
Description
The
config limited multicast address
command allows the user to configure the multicast
address range, access level, and state.
Parameters
<portlist>
A port or range of ports to config the limited multicast address. The beginning and
end of the port list range are separated by a dash. Non-contiguous portlist entries are
separated by a comma. (ex:1-3, 7-9)
from
Enter the lowest multicast IP address of the range.
to
Enter the highest multicast IP address of the range.
access
Use the access field to either
permit
or
deny
to limit or grant access to a specified
range of Multicast addresses on a particular port or range of ports.
state
This parameter allows the user to
enable
or
disable
the limited multicast address
range on a specific port or range of ports.
Restrictions
Only Administrator and Operator-level users can issue this command. This command is used
as a backwards compatible command for legacy devices and firmware.
Example usage:
To configure the limited multicast address on ports 1 to 3:
Page 405 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
401
DGS-3627:admin# config limited multicast address 1-3 from 224.1.1.1 to 224.1.1.2 access
permit state enable
Command: config limited multicast address 1-3 from 224.1.1.1 to 224.1.1.2 access permit
state enable
Success.
DGS-3627:admin#
delete limited multicast address
Purpose
Used to delete Limited IP multicast address range.
Syntax
delete limited multicast address [all | <portlist>]
Description
The
delete limited multicast address
command allows the user to delete all multicast
address ranges or a selected range based on what port or ports the range has been
assigned to.
Parameters
all
Allows the user to delete all limited multicast addresses that have been configured on
the Switch.
<portlist>
Allows the user to delete only those multicast address ranges that have been
assigned to a particular port or range of ports. The beginning and end of the port list range
are separated by a dash. Non-contiguous portlist entries are separated by a comma. (ex: 1-
3,7-9)
Restrictions
Only Administrator and Operator-level users can issue this command. This command is used
as a backwards compatible command for legacy devices.
Example usage:
To delete the limited multicast address on ports 1 to 3:
DGS-3627:admin# delete limited multicast address 1-3
Command: delete limited multicast address 1-3
Success.
DGS-3627:admin#

Rate

4.5 / 5 based on 2 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top