285
DCS-3950 series Ethernet switch manual
16.3.2.2 am port
Command: am port
no am port
Function: Enable the AM function for the physical ports.
Parameters: None.
Command mode: Port Mode.
Default: The AM function is enabled by default.
Usage Guide: Users can disable the AM function for physical ports. This command is
usually used on uplink ports.
Example: Disable the AM function for ethernet 0/0/1.
Switch(Config)#am enable
Switch(Config)#interface Ethernet 0/0/1
Switch(Config-Ethernet0/0/1)#am port
16.3.2.3 am ip-pool
Command: am ip-pool <start_ip_address> [<num>]
no am ip-pool <start_ip_address> [<num>]
Function: Create a pool of IP addresses. If no is put in front of this command,the address
pool will be removed.
Parameters: <start_ip_address> is the start address of the address pool. <num> is the
number of address to be created in the pool with <start_ip_address> as the beginning,the
default is 1.
Command mode: Port Mode.
Default: The IP pool is empty by default.
Usage Guide: Users can allow packets with source addresses defined in the adderss
pool to be delivered by configuring this command.
Example: Configure AM on ethernet interface 0/0/4 to all packets with source addresses
between 192.1.1.2 and 192.1.1.10 to be delivered.
Switch(Config)#am enable
Switch(Config)#interface Ethernet 0/0/4
Switch(Config-Ethernet0/0/4)#am port
Switch(Config-Ethernet0/0/4)#ip pool 192.1.1.2 9
16.3.2.4 am mac-ip-pool
Command: am mac-ip-pool <mac_address> <ip_address>
no am mac-ip-pool <mac_address> <ip_address>
Function: Create or remove a MAC-IP address mapping pool.
Parameters: <mac_address> is the source MAC address in the format of
HH-HH-HH-HH-HH-HH.<ip_address> is the source IP address, which is represented in
dotted decimals.
Command mode: Port Mode.