Setup procedure – NEC NEAX IPS NWA-008869-001 User Manual
Page 135
CHAPTER 5 EXAMPLES OF SETUP ON NETWORKS
– 125 –
NWA-008869-001 Rev.1.0
atch5001.fm
Setup procedure
Setting PPPoE
Set the PPPoE interface Ethernet0.1. Specify the ID and password information and authentication response
types (both PAP and CHAP) used to connect to a provider. In this example, “[email protected]” is
set as the user ID and “8643bca29” is set as the password.
As the IP address of Ehternet0.1, use the one acquired by IPCP.
Setting the route
As the default route, specify the interface Ethernet0.1.
Setting the terminal-side network
Set the IP address of the terminal-side interface FastEthernet0.0. Also, use NAPT so that multiple termi-
nals can establish Internet connections at the same time.
Router (config) # ppp profile biglobe
Router (config
− ppp − biglobe) # authentication myname my − [email protected]
Router (config
− ppp − biglobe) # authentication password my − [email protected]
8643bca29
Router (config
− ppp − biglobe) # authentication accept chap − pap
Router (config
− ppp − biglobe) # exit
Router (config) # interface Ethernet0.1
Router (config
− Ethernet0.1) # encapsulation pppoe
Router (config
− Ethernet0.1) # ppp binding biglobe
Router (config
− Ethernet0.1) # ip address ipcp
Router (config
− Ethernet0.1) # no shutdown
Router (config
− Ethernet0.1) #
Enter
Enter
Enter
Enter
Enter
Enter
Enter
Enter
Enter
Enter
Router (config
− Ethernet0.1) # exit
Router (config) # ip route default Ethernet0.1
Router (config) #
Enter
Enter
Router (config) # interface FastEthernet0.0
Router (config
− FastEthernet0.0) # ip address 192.168.1.1/24
Router (config
− FastEthernet0.0) # no shutdown
Router (config
− FastEthernet0.0) # interface Ethernet0.1
Router (config
− Ethernet0.1) # ip napt enable
Router (config
− Ethernet0.1) #
Enter
Enter
Enter
Enter
Enter
PPPoE SETUP EXAMPLE