![D-Link DAS-3636 Скачать руководство пользователя страница 403](http://html.mh-extra.com/html/d-link/das-3636/das-3636_cli-reference-manual_77836403.webp)
DAS-3600 Series Ethernet over VDSL Switch CLI Reference Manual
The
deny
parameter instructs the Switch to filter any frames that meet the criteria
−
in this case, when a logical AND operation
between an IP address specified in the next step and the
ip_source_mask
match.
The default for an access profile on the Switch is to
permit
traffic flow. If users want to restrict traffic, users must use the
deny
parameter.
Now that an access profile has been created, users must add the criteria the Switch will use to decide if a given frame should be
forwarded or filtered. We will use the
config access_profile
command to create a new rule that defines the criteria we want. Let’s
further specify in the new rule to deny access to a range of IP addresses through an individual port: Here, we want to filter any
packets that have an IP source address between 10.42.73.0 and 10.42.73.255, and specify the port that will not be allowed:
config access_profile profile_id 1 add access_id 1 ip source_ip 10.42.73.1 port 7 deny
We use the
profile_id 1
which was specified when the access profile was created. The
add
parameter instructs the Switch to add
the criteria that follows to the list of rules that are associated with access profile 1. For each rule entered into the access profile,
users can assign an access_id that identifies the rule within the list of rules. The access_id is an index number and does not effect
priority within the
profile_id
. This access_id may be used later if users want to remove the individual rule from the profile.
The
ip
parameter instructs the Switch that this new rule will be applied to the IP addresses contained within each frame’s header.
source_ip
tells the Switch that this rule will apply to the source IP addresses in each frame’s header. The IP address
10.42.73.1
will be combined with the
source_ip_mask
255.255.255.0
to give the IP address 10.42.73.0 for any source IP address between
10.42.73.0 to 10.42.73.255. Finally the restricted port - port number 7 - is specified.
Due to a chipset limitation, the Switch supports a maximum of twelve access profiles. The rules used to define the access profiles
are limited to a total of 1536 rules for the Switch.
create access_profile
Purpose
Used to create an access profile on the Switch and to define which parts of each incoming
frame’s header the Switch will examine. Masks can be entered that will be combined with the
values the Switch finds in the specified frame header fields. Specific values for the rules are
entered using the
create access_profile
command, below.
Syntax
create access_profile profile_id <value 1-1024> profile_name <name 1-32>
[ethernet{ vlan {mask <hex 0x0-0x0fff>} | source_mac <macmask 000000000000-
ffffffffffff> | destination_mac <macmask 000000000000-ffffffffffff> | 802.1p |
ethernet_type}(1)|ipv4 { vlan {mask <hex 0x0-0x0fff>} | source_ip_mask <netmask> |
destination_ip_mask <netmask> | dscp | [ icmp {type | code } | igmp {type } | tcp
{src_port_mask <hex 0x0-0xffff> | dst_port_mask <hex 0x0-0xffff> | flag_mask [ all |
{urg | ack | psh | rst | syn | fin}(1)] } | udp {src_port_mask <hex 0x0-0xffff> |
dst_port_mask <hex 0x0-0xffff>} | protocol_id_mask <hex 0x0-0xff>
{user_define_mask <hex 0x0-0xffffffff>} ]}(1)|packet_content_mask { destination_mac
<macmask> | source_mac <macmask> | outer_tag <hex 0x0-0x0fff> | offset1 [l2 | l3 | l4]
<value 0-127> <hex 0x0-0xff> | offset2 [l2 | l3 | l4] <value 0-127> <hex 0x0-0xff> | offset3
[l2 | l3 | l4] <value 0-127> <hex 0x0-0xff> | offset4 [l2 | l3 | l4] <value 0-127> <hex 0x0-
0xff> | offset5 [l2 | l3 | l4] <value 0-127> <hex 0x0-0xff> | offset6 [l2 | l3 | l4] <value 0-
127> <hex 0x0-0xff>}(1)|ipv6 { class | flowlabel | source_ipv6_mask <ipv6mask> |
destination_ipv6_mask <ipv6mask> | [ tcp { src_port_mask <hex 0x0-0xffff> |
dst_port_mask <hex 0x0-0xffff>} | udp { src_port_mask <hex 0x0-0xffff> |
dst_port_mask <hex 0x0-0xffff> }]}(1)]
Description
This command is used to create an access profile on the Switch and to define which parts of
each incoming frame’s header the Switch will examine. Masks can be entered that will be
combined with the values the Switch finds in the specified frame header fields. Specific
values for the rules are entered using the
config access_profile
command, below.
398
Содержание DAS-3636
Страница 1: ...CLI Reference Manual Product Model DAS 3636 VDSL2 Switch Release 1 00 ...
Страница 5: ...PASSWORD RECOVERY PROCEDURE 474 ...
Страница 18: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Example usage To display the Switch status 13 ...
Страница 20: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 15 ...
Страница 22: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual show serial_port Restrictions None 17 ...
Страница 25: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 20 ...
Страница 73: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Command Parameters clear arptable 68 ...
Страница 79: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 74 ...
Страница 99: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 94 ...
Страница 101: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual show snmp community Restrictions None 96 ...
Страница 106: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 101 ...
Страница 110: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual show snmp host Restrictions None 105 ...
Страница 113: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 108 ...
Страница 115: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual show snmp v6host Restrictions None 110 ...
Страница 133: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Example usage To create a VLAN v1 tag 2 128 ...
Страница 135: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 130 ...
Страница 138: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Example usage To create a VLAN ID on the Switch 133 ...
Страница 140: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 135 ...
Страница 223: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 218 ...
Страница 228: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Example usage To remove VID 10 from instance ID 2 223 ...
Страница 230: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 225 ...
Страница 235: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 230 ...
Страница 240: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 235 ...
Страница 245: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 240 ...
Страница 256: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Example usage To display multicast MAC address table 251 ...
Страница 310: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Command Parameters show ssh algorithm 305 ...
Страница 314: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Usage example To enable SSH 309 ...
Страница 316: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 311 ...
Страница 319: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Usage example To disable SSH 314 ...
Страница 321: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 316 ...
Страница 335: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Command Parameters config admin local_enable 330 ...
Страница 341: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 336 ...
Страница 346: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 341 ...
Страница 351: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 346 ...
Страница 354: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Example usage To create the method list Trinity 349 ...
Страница 356: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 351 ...
Страница 360: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 355 ...
Страница 365: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 360 ...
Страница 372: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 367 ...
Страница 389: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 384 ...
Страница 394: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 389 ...
Страница 396: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 391 ...
Страница 423: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Example usage Show vdsl line bit map 418 ...
Страница 447: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual show packet ports Restrictions None 442 ...
Страница 450: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual 445 ...
Страница 452: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual show error ports Restrictions None 447 ...
Страница 453: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Example usage To display the errors of the port 3 448 ...
Страница 458: ...DAS 3600 Series Ethernet over VDSL Switch CLI Reference Manual Example usage To clear the counters 453 ...