Common Configuration Tasks
70 7705 SAR OS Router Configuration Guide
The following displays an autonomous system configuration example:
A;ALU-B>config>router# info
#------------------------------------------
# IP Configuration
#------------------------------------------
interface "system"
address 10.10.10.103/32
exit
interface "to-104"
address 10.0.0.103/24
port 1/1/1
exit
exit
autonomous-system 100
router-id 10.10.10.103
#------------------------------------------
A:ALU-B>config>router#
Configuring ICMP and ICMPv6
Use the following CLI syntax to configure ICMP for the router:
CLI Syntax: config>router
interface ip-int-name 
icmp
mask-reply
ttl-expired number seconds
unreachables number seconds
The number and seconds parameters represent how many of each of these types of ICMP 
errors the node will generate in the specified interval on the specified interface.
Example: config>router>if# icmp
config>router>if>icmp# mask-reply
config>router>if>icmp# ttl-expired 100 20
config>router>if>icmp# unreachables 100 20
Use the following CLI syntax to configure ICMPv6 for the router:
CLI Syntax: config>router
interface ip-int-name
ipv6
icmp6
packet-too-big number seconds
param-problem number seconds
time-exceeded number seconds
unreachables number seconds