Specifications
Firewall Configuration 395
Chapter 18
You may define a service alias by giving it a name, then choosing to specify
one of three options:.
Define the service alias.
The current service alias configurations may be viewed using the show
netservice command from the CLI.
UDP Use this option to specify UDP as the
service. Specify a port for the service by
including a single value after the UDP
specifier or a range of ports by including
two values representing startAddr and endAddr.
The valid range for ports is 0-65535.
TCP Use this option to specify TCP as the
service. Specify a port for the service by
including a single value after the UDP
specifier or a range of ports by including
two values representing startAddr and endAddr.
The valid range for ports is 0-65535.
Protocol Number Use this option to specify the service by
its protocol number. No port or port range
may be specified when using this option.
(Alcatel) (config) #netservice svc-foo-udp udp 7066 7165
(Alcatel) (config) #netservice svc-foo-tcp tcp 10555
(Alcatel) (config) #netservice svc-foo-chaos 16
(Alcatel) (config) #show netservice
Services
--------
Name Protocol Ports
---- -------- -----
svc-snmp-trap udp 162
svc-syslog udp 514
svc-l2tp udp 1701
svc-ike udp 500
svc-https tcp 443
svc-smb-tcp tcp 445
svc-dhcp udp 67 68
.
.
.