Specifications

Application Views Supported Applications
Device Management Page 51 Motorola Vanguard
IPAddr
The IP address of a particular node on the
network attached to the indicated interface.
MacAddr
The hardware MAC address of the node with the
indicated IP address.
IP Access Control Table View
Access: From the Icon Subviews menu for the
MotRouterApp Application icon, select IP Access Control
Table.
This view contains a table of IP Access Control
information. Column headings are as follows:
TableIndex
Number (1-256) identifying a particular table
entry.
AccessType
Each received IP packet is compared with all
Access Control list entries in order of TableIndex
number. If the value of the first matching entry is
included, the packet is forwarded. If the value is
excluded, or if no matching entry is found, the
packet is dropped. An entry matches a packet
when the source IP address, destination IP
address, IP Protocol number range, and TCP/UDP
port number range all match the packet.
SourceAddr
IP source address to compare against a received
packet’s source IP address field. Matches are
determined in conjunction with SourceAddMask.
SourceAddrMask
This value is logically AND-ed with SourceAddr
and compared with the Source Address of a
received packet. For example, a mask of 255.0.0.0
with a result of 129.0.0.0 will match any address
with 129 in the first byte. A mask of
255.255.255.255 with a result of 129.122.3.26
matches only the IP host 129.122.3.26. A mask of
0.0.0.0 with a result of 0.0.0.0 is a wild card, and
matches any IP address.
DestAddr
IP destination address to compare against a
received packet’s source IP address field. Matches
are determined in conjunction with
DestAddMask.
DestAddrMask
This value is logically AND-ed with SourceAddr
and compared with the DestAddr of a received
packet. For example, a mask of 255.0.0.0 with a
result of 129.0.0.0 will match any address with
129 in the first byte. A mask of 255.255.255.255
with a result of 129.122.3.26 matches only the IP
host 129.122.3.26. A mask of 0.0.0.0 with a