Long Custom Filter Example
251
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
12
# Get the type field of the packet and
# place it on top of the stack.
7
Enter executable instruction #6:
pushLiteral.w
0x0600
# 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
0x76c
# Put the lowest socket value on top
# of the stack.
3
Enter executable instruction #2:
pushField.w
30
# Put the value of the socket from the
# packet on top of the stack.
Summary of Contents for CoreBuilder 3500
Page 44: ...44 CHAPTER 2 MANAGEMENT ACCESS ...
Page 58: ...58 CHAPTER 3 SYSTEM PARAMETERS ...
Page 86: ...86 CHAPTER 5 ETHERNET ...
Page 112: ...112 CHAPTER 6 FIBER DISTRIBUTED DATA INTERFACE FDDI ...
Page 208: ...208 CHAPTER 9 VIRTUAL LANS ...
Page 256: ...256 CHAPTER 10 PACKET FILTERING ...
Page 330: ...330 CHAPTER 12 VIRTUAL ROUTER REDUNDANCY PROTOCOL VRRP ...
Page 356: ...356 CHAPTER 13 IP MULTICAST ROUTING ...
Page 418: ...418 CHAPTER 14 OPEN SHORTEST PATH FIRST OSPF ...
Page 519: ...RSVP 519 Figure 94 Sample RSVP Configuration Source station End stations Routers ...
Page 566: ...566 CHAPTER 18 DEVICE MONITORING ...
Page 572: ...572 APPENDIX A TECHNICAL SUPPORT ...
Page 592: ...592 INDEX ...