Software Version sb275a05
11
Version sb275a05
C613-10464-00 Rev H
Enhancements
Features in sb275a03
Software maintenance version sb275a03 was not released.
CR
Module
Level
Description
CR00013349
IP Gateway
-
It is now possible to specify a timeout value when enabling IP debugging.
After the timeout expires, IP debugging will be automatically disabled.
This helps to prevent problems from too much IP debugging clogging up
the display.
To specify the timeout, use the new optional
timeout
parameter in the
command:
enable ip debug={all|arp|packet|advertise|upnp}
[timeout={none|1..2400}]
The
timeout
units are seconds. The parameter is only valid if you specify
an option on the
debug
parameter, because otherwise output is logged
instead of being displayed.
For example, to view ARP debugging information onscreen for the next
25 seconds, use the command:
enable ip debug=arp timeout=25
CR00013444
IP Gateway
-
RIPv2 can now use authentication passwords that contain almost any
printable character, including characters such as $, % and &. The ?
character is interpreted as asking for parameter help, so this is not usable
anywhere inside a password. Also, a password cannot contain double
quotes (") as the first character of the string.
The RIP password length is now strictly enforced at 16 characters. The
command handler no longer accepts a password with more characters
than this.