Ip Icmp - Enterasys 1G58x-09 Configuration Manual

Enterasys network device configuration guide
Table of Contents

Advertisement

IP Configuration Command Set
Reviewing IP Traffic and Configuring Routes
This example shows how to set IP address 10.1.2.3 as the next hop gateway to destination address
10.0.0.0. The route is set as permanent and assigned a tag of 20:
Matrix>Router(config)#ip route 10.0.0.0 255.0.0.0 10.1.2.3 permanent tag 20
This example shows how to set VLAN 100 as the next hop interface to destination address 10.0.0.0:
Matrix>Router(config)#ip route 10.0.0.0 255.0.0.0 vlan 100

12.2.5.7 ip icmp

Use this command to re-enable the Internet Control Message Protocol (ICMP), allowing a router to
reply to IP ping requests. By default, ICMP messaging is enabled on a routing interface for both
echo-reply and mask-reply modes. If, for security reasons, ICMP has been disabled using no ip
icmp, this command will re-enable it on the routing interface.
ip icmp {echo-reply | mask-reply}
Syntax Description
echo-reply
mask-reply
Command Syntax of the "no" Form
The "no" form of this command disables ICMP:
no ip icmp {echo-reply | mask-reply}
Command Type
Router command.
12-34
Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide
Enables ICMP in echo-reply mode.
Enables ICMP in mask-reply mode.

Advertisement

Table of Contents
loading

Table of Contents