User`s guide

VoiceFinder AP1100 VoIP Gateway User’s Guide Version 1.1
AddPac Technology Co., Ltd. -
62 -
4. The user can designate an interface port of the Gateway instead of
the “next-hop-address.”
5. To drop a packet that is headed for a certain destination, use the static
route that uses a null interface.
z show route
Check the routes in the routing table.
z show static
Check the static route that has been set.
[Example] Static Routing Configuration and Usage
router# config
router(config)#
Configuration is possible in this mode.
router(config)# ip routing Enables IP Routing.
router(config)# router static Enable static Routing Process
router(config)# route 130.2.0.0 255.255.0.0 131.20.1.1 Set
packet, whose destination address is 130.2.0.0/24bit, go to address
131.20.1.1.
router(config)# route 0.0.0.0 0.0.0.0 132.20.1.1 Set all
packets, whose address is not listed in routing table, go to address
132.20.1.1. (Candidate Default; Setting of Default route)
router(config)# exit Exit from setting mode.
router(config)# show route Shows routing table.
Destination Network-Mask Gateway Cost Interface TTL Protocol
--------------------------------------------------------------------
130.1.1.0 255.255.255.0 130.1.1.1 1 serial0 0 DIRECT
130.2.0.0 255.255.0.0 131.20.1.1 1 serial0 0 STATIC
0.0.0.0
0.0.0.0 131.20.1.1 1 serial0 0 STATIC
router(config)# show static Shows routing table setted as static.
Destination Network-Mask Gateway Cost Interface TTL Protocol
--------------------------------------------------------------------