3Com corebuilder 3500 Implementation Manual page 251

Hide thumbs Also See for corebuilder 3500:
Table of Contents

Advertisement

4 Enter executable instruction #3:
ne
# not 0xffffffffffff
5 Enter executable instruction #4:
accept
# accept packet and go no further
This accepts all non-broadcast packets.
6 Enter executable instruction #5:
pushField.w
# Get the type field of the packet and
# place it on top of the stack.
7 Enter executable instruction #6:
pushLiteral.w
# Put the type value for XNS on top
# of the stack.
8 Enter executable instruction #7:
eq
# If the two values on the top of the stack are equal,
# then return a non-zero value.
This returns non-zero for XNS broadcast frames.
Packet Filter Two
This filter is designed to accept packets within the socket range of 0x76c
and 0x898. When combined with Filter One above, it forwards XNS
packets. Follow these steps to create this filter.
1 Name the filter:
Name
"Socket range filter"
2 Enter executable instruction #1:
pushLiteral.w
# Put the lowest socket value on top
# of the stack.
3 Enter executable instruction #2:
pushField.w
# Put the value of the socket from the
# packet on top of the stack.
12
0x0600
0x76c
30
Long Custom Filter Example
251

Advertisement

Table of Contents
loading

Table of Contents