
Long Custom Filter Example
345
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 4007
Page 36: ...36 ABOUT THIS GUIDE ...
Page 37: ...I UNDERSTANDING YOUR SWITCH 4007 SYSTEM Chapter 1 Configuration Overview ...
Page 38: ......
Page 50: ...50 CHAPTER 1 CONFIGURATION OVERVIEW ...
Page 52: ......
Page 70: ...70 CHAPTER 3 INSTALLING MANAGEMENT MODULES ...
Page 110: ...110 CHAPTER 4 CONFIGURING AND USING EME OPTIONS ...
Page 130: ...130 CHAPTER 5 MANAGING THE CHASSIS POWER AND TEMPERATURE ...
Page 222: ...222 CHAPTER 11 IP MULTICAST FILTERING WITH IGMP ...
Page 240: ...240 CHAPTER 13 RESILIENT LINKS ...
Page 304: ...304 CHAPTER 14 VIRTUAL LANS VLANS ...
Page 350: ...350 CHAPTER 15 PACKET FILTERING ...
Page 506: ...506 CHAPTER 19 OPEN SHORTEST PATH FIRST OSPF ROUTING ...
Page 534: ...534 CHAPTER 20 IPX ROUTING ...
Page 612: ...612 CHAPTER 22 QOS AND RSVP ...
Page 656: ...656 CHAPTER 23 DEVICE MONITORING ...
Page 657: ...IV REFERENCE Appendix A Technical Support Index ...
Page 658: ......
Page 664: ......