A-2 APPENDIX A: CLI C OMMAND DESCRIPTIONTFTP to export the updated file to the system’s FLASH file system, and use theverify filter command to check the filter’s syntax.add ip defaultroutegateway { metric [1] }Defines a default gateway IP router, which acts as the default route for IP packetsdestined for remote hosts.add ip networkaddress [ip_net_address]frame [ETHERNET_II | SNAP | LOOPBACK]{ interface [eth:1] }{ enabled [yes] }Adds an IP network to the list of IP networks available over the specified interface.add ip routegateway [gateway_addr]metric [hop_count]Adds an entry to the IP routing table. IP packets destined for networks that matchthis network will be routed to this address. The command list ip routes displaysyour currently defined routes.Parameters Description Designation of a filter file, up to twenty ASCII characters.Parameters Description IP Address of the gateway router.metric Integer representing how far away the default router is, in “hops” throughother routers. Values: 1-15.Parameters Description Name of IP network, consisting of up to 32 unique ASCII characters; spacemust be surrounded by double quotes.address IP address of the network, in the format nnn.nnn.nnn.nnn, with orwithout a mask specifier. The Mask Specifier can be ‘A’, ‘B’, ‘C’, or ‘H’, ora numeric value from 8 to 30 that describes the number of one bits in themask. If you do not specify a mask, the system will gener ate it for youfrom the network address.frame Frame encapsulation to be used on this IP network. The options are:ETHERNET_II, LOOPBACK (for diagnostics), or SNAP.interface Name of the interface which this IP network will communicate over. Thedefault is the first LAN interface (eth:1).enabled This optional parameter indicates whether the network is enabled (YES) ordisabled (NO). YES is the default.Parameters Description IP address of the remote network, in the format nnn.nnn.nnn.nnn, with orwithout a mask specifier. The Mask Specifier can be ‘A’, ‘B’, ‘C’, or ‘H’, or anumeric value from 8 to 30 that describes the number of one bits in themask. If you do not specify a mask, the system will generate it from thenetwork address.gateway IP address of gateway used to reach this remote network.metric An integer representing how far away the route is, in “hops” through otherrouters. Values are 1-15.