To define an extended Novell IPX access list, use the extended version of
the access-list global configuration command. To remove an extended access
list, use the no form of this command.
Extended IPX access lists filter on protocol type. All other parameters
are optional.
If a network mask is used, all other fields are required.
Use the ipx access-group command to assign an access list to an interface. Only one extended or one standard access list can be applied to an interface.
The access list filters all outgoing packets on the interface.
|
|
Note For some versions of
NetWare, the protocol type field is not a reliable indicator of the type of
packet encapsulated by the IPX header. In these cases, use the source and
destination socket fields to make this determination. For additional
information, contact Novell.
|
Table lists some IPX protocol names and numbers. Table lists some IPX
socket names and numbers. For additional information about IPX protocol
numbers and socket numbers, contact Novell.
Table: Some IPX Protocol Names and Numbers
|
IPX Protocol Name
|
IPX Protocol Number (Decimal)
|
Protocol (Packet Type)
|
|
-1
|
any
|
Wildcard; matches any packet type in 900 lists
|
|
0
|
|
Undefined; refer to the socket number to determine the packet type
|
|
1
|
rip
|
Routing Information Protocol (RIP)
|
|
4
|
sap
|
Service Advertising Protocol (SAP)
|
|
5
|
spx
|
Sequenced Packet Exchange (SPX)
|
|
17
|
ncp
|
NetWare Core Protocol (NCP)
|
|
20
|
netbios
|
IPX NetBIOS
|
Table: Some IPX Socket Names and Numbers
|
IPX Socket Number (Hexadecimal)
|
IPX Socket Name
|
Socket
|
|
0
|
all
|
All sockets, wildcard used to match all sockets
|
|
2
|
cping
|
Cisco IPX ping packet
|
|
451
|
ncp
|
NetWare Core Protocol (NCP) process
|
|
452
|
sap
|
Service Advertising Protocol (SAP) process
|
|
453
|
rip
|
Routing Information Protocol (RIP) process
|
|
455
|
netbios
|
Novell NetBIOS process
|
|
456
|
diagnostic
|
Novell diagnostic packet
|
|
457
|
|
Novell serialization socket
|
|
4000-7FFF
|
|
Dynamic sockets; used by workstations for interaction with file servers
and other network servers
|
|
8000-FFFF
|
|
Sockets as assigned by Novell, Inc.
|
|
85BE
|
eigrp
|
IPX Enhanced Interior Gateway Routing Protocol (EIGRP)
|
|
9001
|
nlsp
|
NetWare Link Services Protocol
|
|
9086
|
nping
|
Novell standard ping packet
|
To delete an extended access list, specify the minimum number of keywords
and arguments needed to delete the proper access list. For example, to delete
the entire access list, use the following command:
Router(config)#no access-list access-list-number
To delete the access list for a specific protocol, use the following
command:
The following example denies access to all RIP packets from the RIP
process
socket on source network 1 that are destined for the RIP process socket on
network 2. It permits all other traffic. This example uses protocol and
socket
names rather than hexadecimal numbers.
Router(config)#access-list 900 deny -1 1 rip 2 rip
Router(config)#access-list 900 permit -1
The
following example permits type 2 packets from any socket from host 10.0000.0C01.5234 to access any sockets on any node on networks 1000 through
100F. It denies all other traffic (with an implicit deny all):
|
|
Note This type is chosen only as
an example. The actual type to use depends on the specific application.
|
Router(config)#access-list 910 permit 2 10.0000.0C01.5234 0000.0000.0000 0 1000.0000.0000.0000 F.FFFF.FFFF.FFFF 0