Symbol Technologies WS 2000 Switch User Manual


 
WS 2000 Wireless Switch System Reference Guide10-54
WS2000>admin(network.fw.submap)> add
Description:
Adds subnet access exception rules.
Syntax:
Example:
admin(network.fw.submap)>add s1 w test gre 21 101
admin(network.fw.submap)>list s1
---------------------------------------------------------------------------
index from to name prot start port end port
---------------------------------------------------------------------------
1 subnet1 wan test gre 21 101
admin(network.fw.submap)>add s1 s2 test2 ah 20 80
admin(network.fw.submap)>add s2 s3 test3 all 20 300
admin(network.fw.submap)>list s1
----------------------------------------------------------------------------
index from to name prot start port end port
----------------------------------------------------------------------------
1 subnet1 wan test gre 21 101
2 subnet1 subnet2 test2 ah 20 80
admin(network.fw.submap)>list s2
----------------------------------------------------------------------------
index from to name prot start port end port
----------------------------------------------------------------------------
1 subnet2 subnet3 test3 all 20 300
admin(network.fw.submap)>delete s2 all
admin(network.fw.submap)>list s2
----------------------------------------------------------------------------
index from to name prot start port end port
----------------------------------------------------------------------------
add
<from> <to> <name> <tran> <port1> <port2>
Adds a subnet access exception rule for communication from <from> (one
of s1 = subnet1, s2 = subnet2, s3 = subnet3, s4 = subnet4) to <to> (s1 =
subnet1, s2 = subnet2, s3 = subnet3, s4 = subnet4, w = the WAN), that
has the name <name> (1 to 7 characters), which denies <trans> (one of the
following transport protocols: tcp, udp, icmp, ah, esp, gre, or all) for
ports in the range <port1> to <port2>.