User`s guide
VoiceFinder AP2120 VoIP Gateway User’s Guide Version 1.00
AddPac Technology Co., Ltd. -
69 -
[Example] Ethernet Configuration
router(config)#interface ethernet 0.0 ☞ Creat Logical
interface “Ethernet 0.0” under Main interface “ Ethernet 0” and
move to the Logical interface.
router(config-ethernet0.0)# ☞ The configuration for e0.0 is
possible.
router(config-ethernet0.0)# ip ☞ Move to IP configuration
mode.
router(config-ethernet0.0-ip)#address 131.12.1.1
255.255.0.0
☞ Set the IP address as” 131.12.1.1/16bit mask”.
router(config-ethernet0.0-ip)#secondary 131.13.1.1 ☞ Set
the Secondary IP address as “131.13.1.1”.
router(config-ethernet0.0-ip)#exit ☞ Move to Inerface
configuration mode.
router(config-ethernet0.0)#no shutdown ☞ Up the inetface. *
If the Main is “Up”, the sub-intefaces becomes “Up” automatically.
router(config-ethernet0.0)# mtu 2000 ☞ Set MTU Size as
“2000Byte”.
router(config-ethernet0.0)# end ☞ Exit from the configuration
mode.
router#show interface ethernet 0 0
Interface Configuration Information for ethernet
(131.12.1.1)
Network = 130.100.0.0 NetMask = 255.255.0.0
SubNetwork = 130.100.0.0 SubNetMask = 255.255.0.0
Administrator Status = UP Operation Status = UP
Ethernet CSMA-CD Speed - 10 Mbps
MTU = 1500 Hareware Address = 00 00 00 00 00 42
Secondary addresses : NONE
router#