Device Type : DGS-3120-24SC Gigabit Ethernet Switch
Firmware Version : Build 4.03.B004
Hardware Version : B1
Firmware Type : RI
create access_profile profile_id 1 profile_name local ip source_ip_mask 0.0.0.0 destination_ip_mask 0.0.0.0 icmp
config access_profile profile_id 1 add access_id 1 ip source_ip 172.16.0.1 mask 255.240.0.0 destination_ip 172.16.0.1 mask 255.240.0.0 port 1-26 permit
config access_profile profile_id 1 add access_id 2 ip source_ip 192.168.88.1 mask 255.255.255.0 destination_ip 172.16.0.1 mask 255.240.0.0 port 1-26 permit
config access_profile profile_id 1 add access_id 3 ip source_ip 10.0.0.1 mask 255.0.0.0 destination_ip 172.16.1.0 mask 255.225.255.0 icmp port 1-26 permit
Код:
DGS-3120-24SC:admin#show access_profile profile_id 1
Command: show access_profile profile_id 1
Access Profile Table
================================================================================
Profile ID: 1 Profile name: local Type: IPv4
Mask on
Source IP : 0.0.0.0
Dest IP : 0.0.0.0
ICMP
Available HW Entries : 253
--------------------------------------------------------------------------------
Rule ID : 1 Ports: 1-26
Match on
Source IP : 172.16.0.0 Mask : 255.240.0.0
Dest IP : 172.16.0.0 Mask : 255.240.0.0
Action:
Permit
--------------------------------------------------------------------------------
Rule ID : 2 Ports: 1-26
Match on
Source IP : 192.168.88.0 Mask : 255.255.255.0
Dest IP : 172.16.0.0 Mask : 255.240.0.0
Action:
Permit
--------------------------------------------------------------------------------
Rule ID : 3 Ports: 1-26
Match on
Source IP : 10.0.0.0 Mask : 255.0.0.0
Dest IP : 172.0.1.0 Mask : 255.225.255.0
ICMP
Action:
Permit
================================================================================
Внимание на вывод show access_profile profile_id 1 Rule ID : 3 Dest IP :
172.0.1.0Что я делаю не так?