Command Reference Guide

SROS Command Line Interface Reference Guide Global Configuration Mode Command Set
5991-2114 © Copyright 2005 Hewlett-Packard Development Company, L.P. 252
netbios-dgm
(Port 138)
time
(Port 37)
netbios-ns
(Port 137)
who
(Port 513)
netbios-ss
(Port 139)
xdmcp
(Port 177)
The following is the list of TCP port numbers that may be identified using the text
name (in
bold
):
bgp
(Port 179)
lpd
(Port 515)
chargen
(Port 19)
nntp
(Port 119)
cmd
(Port 514)
pim-auto-rp
(Port 496)
daytime
(Port 13)
pop2
(Port 109)
discard
(Port 9)
pop3
(Port 110)
domain
(Port 53)
smtp
(Port 25)
echo
(Port 7)
sunrpc
(Port 111)
exec
(Port 512)
syslog
(Port 514)
finger
(Port 79)
tacacs
(Port 49)
ftp
(Port 21)
talk
(Port 517)
gopher
(Port 70)
tftp
(Port 69)
hostname
(Port 101)
telnet
(Port 23)
ident
(Port 113)
time
(Port 37)
irc
(Port 194)
uucp
(Port 540)
klogin
(Port 543)
whois
(Port 43)
kshell
(Port 544)
www
(Port 80)
login
(Port 513)
<destination ip>
Specifies the destination IP address used for packet matching
IP addresses can be expressed in one of three ways:
1. Using the keyword
any
to match any IP address. For example, entering
deny
any
will effectively shut down the interface that uses the access list because all
traffic will match the
any
keyword.
2. Using the
host
<A.B.C.D> to specify a single host address. For example,
entering
permit 196.173.22.253
will allow all traffic from the host with an IP
address of 196.173.22.253.
3. Using the <A.B.C.D> <wildcard> format to match all IP addresses in a “range”.
Wildcard masks work in reverse logic from subnet mask. Specifying a one in the
wildcard mask equates to a “don’t care”. For example, entering
deny 192.168.0.0
0.0.0.255
will deny all traffic from the 192.168.0.0/24 network.
Syntax Description (Continued)