Install guide
MAC-Forced Forwarding add macff server 9
Command Reference
This section describes the commands available on the switch to configure
MAC-Forced Forwarding.
The shortest valid command is denoted by capital letters in the Syntax section.
See “Conventions” in About this Software Reference in the front of your Software
Reference for details of the conventions used to describe command syntax. See
Appendix A, Messages for a complete list of messages and their meanings.
add macff server
Syntax ADD MACFF SERVER INTerface=vlan IPaddress=ipadd
[DESCription=desc]
Description This command adds a static AR or AS entry to the DHCP snooping database.
MAC-Forced Forwarding sends proxy ARP replies on behalf of devices in this
database.
This command requires a user with security officer privilege when the switch
is in security mode.
Examples To add a new access router called “Primary DHCP Server (Asuka)” with the IP
address 192.168.5.1, which is attached to vlan5, use the command:
add macff server int=vlan5 ip=192.168.5.1 desc=”Primary DHCP
Server (Asuka)”
See Also delete macff server
set macff server
show macff
show macff interface
Parameter Description
INTerface The interface that the AR or AS is attached to. vlan is the name of a
VLAN interface such as vlan46 or vlan122.
IPaddress The IPv4 address of the AR or AS, in dotted decimal notation.
DESCription An arbitrary description for the AR or AS. This can be between 0 to 255
characters long, and use any printable character.