CLI Commands B-3You must correct the filter file in a text editor, use TFTP to export the updated fileto the system’s FLASH file system, and use the verify filter command to check thefilter’s syntax.add framed_route vc ip_route [ip_address] metric [number]Adds a framed (static) network to the VC profile for WAN connections. Thismethod of creating a static route does not run RIP to learn routes, so you mustspecify IP route and gateway addresses. See add ip route.add framed_routetunnel ip_route [ip_address] metric [number]Adds a framed (static) network to the VC profile for WAN connections. Thismethod of creating a static route does not run RIP to learn routes, so you mustspecify IP route and gateway addresses. See add ip route.Before adding a framed route for a VPN tunnel, ensure that the tunnel is disabled.Once the tunnel has been disabled, you can then add the framed route using theadd framed_route command.add ip defaultroutegateway { metric [1] }Defines a default gateway IP router, which acts as the default route for IP packetsdestined for remote hosts.Parameter Description Designation of a filter file, up to twenty ASCII characters.Parameter Description VC profile name specified for the framed network. This is limited to 32characters.ip_route IP address of the remote networkmetric Integer representing how far away the route is, in “hops” from otherrouters. Values are 1 through 15.Parameter Description VC profile name specified for the framed network. This is limited to 32characters.ip_route IP address of the remote networkmetric Integer representing how far away the route is, in “hops” from otherrouters. Values are 1 through 15.Parameter Description IP address of the gateway router.metric Integer representing how far away the default router is, in “hops” throughother routers. Values: 1-15.