Specifications
VoiceFinder VoIP Gateway Configuration Guide (APOS 2.0) Release Version 3.1
AddPac Technology Co., LTD
- 63 / 416-
2. When a Candidate Default (default route), all the destination address and mask field are
to be set to zero
3. The next-hop-address must be a location which can be recognized by the gateway (a port
which can directly connected or a location to where the dynamic protocol can reach)
4. An interface port can be specified instead of the next-hop-address. It is recommended to
apply to loopback and ppp interface. If it applies to FastEthernet, an unexpected problem
may arise.
5. The static route using a Null Interface is to drop the packet towards a specific destination.
The null interface is supported only in APOS G1 version
z show ip route
Check the route configured in a routing table
[Usage Example] Static Routing Configuration
Gateway# config terminal
Gateway(config)#
☞ In this status, config is possible
Gateway(config)# ip routing ☞ Enable IP Routing Process
Gateway(config)# ip route 130.2.0.0 255.255.0.0 131.20.1.1 ☞ Specify the
packet with130.2.0.0/24bit to be sent to the equipment with the address of 131.20.1.1
Gateway(config)# ip route 0.0.0.0 0.0.0.0 132.20.1.1 ☞ Send all the packets
that are not listed in the routing table to the address of 132.20.1.1
Gateway(config)# exit ☞ Exit configuration mode
Gateway(config)# show ip route ☞ Display the routing table
S> 0.0.0.0/0 [1/0] via 132.20.1.1 inactive
C>* 127.0.0.0/8 is directly connected, Loopback0
C>* 130.2.0.0/16 is directly connected, FastEthernet0/0
S 130.2.0.0/16 [1/0] via 131.20.1.1 inactive