Specifications
VoiceFinder VoIP Gateway Configuration Guide (APOS 2.0) Release Version 3.1
AddPac Technology Co., LTD
- 92 / 416-
5 Disable Bridge Spanning Tree
[Usage Example]
APOS Command Script Screen
!
interface FastEthernet0/0
no ip address
pppoe enable
encapsulation ppp
pppoe-client local-interface
ppp ipcp default-router
ppp authentication pap calling
ppp pap sent-username <username> password <password>
bridge-group 1
speed auto
!
interface FastEthernet0/1
ip address 192.168.10.1 255.255.255.0
bridge-group 1
speed auto
!
no ip routing
!
[Related Commands]
Configuring PPPoE Bridge
The followings are the parameters for accessing Internet by using ISP in the configuration
above:
y Access ID: “AddPac”
y Access Password: “1234”
y get default-router IP (option)
Step Command Description
1
#
# config terminal
Enter configuration commands, one per line. End with
CNTL/Z
Change to APOS command configuration
mode
2
(config)# no ip routing
Enable IP routing
3
(config-# interface FastEthernet0/0
(config-if)#
Start configuring Fast Ethernet interface
0/0
4
(config-if)# pppoe enable
Enable PPPoE
5
(config-if)# pppoe-client local-interface
Configure the present interface to
local-interface of pppoe
6
(config-if)# encapsulation ppp
Configure PPP
7
(config-if)# ppp ipcp default-route
Configure to receive default router IP
address from PPP server
8
(config-if)# ppp authentication pap calling
Configure PPP authentication to PAP
9
(config-if)# ppp pap sent-username addpac password
1234
Set PAP user ID to ‘addpac’ and password
to ‘1234’