PassFinder AP2520 VoIP Router/Gateway Operation Manual
Version 1.10 / Mar. 2002
AddPac Technology Co., Ltd.
-
85
-
[Example] Frame-Relay Access Router Configuration
(When main-interface is used)
router(config)# interface serial 0
☞
Enters into the interface
configuration mode.
router(config-serial0)#
☞
Configuration is possible in this mode.
router(config-serial0)# encapsulation frame-relay
☞
Encapsulate as
frame-relay.
router(config-serial0)# ip
address 131.12.1.1 255.255.255.0
☞
Sets
the IP address as “131.12.1.1/24bit mask.”
router(config-serial0)# no shutdown
☞
Makes the interface up.
router(config-serial0)#frame-relay map ip 131.12.1.2 100
☞
Sends
the IP traffic of which next-hop address is “131.12.1.2” to the virtual
circuit of the local DLCT No. 100.
router(config-serial0)# frame-relay interface-dlci 100
☞
Makes a
frame-relay map with the interval-ARP that is incoming through the DLCI
No. 100. This configuration is to perform dynamic mapping according to
the inverse-ARP. Dynamic mapping and static mapping can be used at the
same for the same port.
router(config-serial0)# frame-relay inverse-arp interval 20
☞
sets
the inverse-ARP request interval of the corresponding interface as 20
seconds. (The default is 15 seconds.)
router(config-serial0)# exit
☞
configuration mode exits.
router# show running-config
☞
shows assigned Configuration.
interface ether0.0
no ip address
Operation is up
!
interface serial0
ip address 131.12.1.1 255.255.255.0
Encapsulation FRAME-RELAY
Operation is up
frame-relay map ip 131.12.1.2 100
!
!
interface serial1
no encapsulation