- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- Re: trouble configuring Router 3040
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2009 10:34 PM
02-23-2009 10:34 PM
trouble configuring Router 3040
I can't find a way to set my PPPoE. Can't anyone give me an example and a step of step on how to configure it.
I am very glad if someone can help me out and thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 02:30 AM
02-24-2009 02:30 AM
Re: trouble configuring Router 3040
Here is what I use for my configuration (you have to change bold stuff of course) :
# basic configuration for ethernet connection
interface Ethernet1/0
ip address 192.168.150.1 255.255.255.0
dhcp select interface
dhcp server dns-list 80.10.246.2 80.10.246.129
# updating the router 3040 for supporting latest features
File will be transferred in binary mode.
Downloading file from remote tftp server, please wait...............................................................
TFTP: 6526661 bytes received in 61 second(s).
File downloaded successfully.
# installing the new software
System View: return to User View with Ctrl+Z.
#configuring new software for next boot :
bootfile main flash:/?
flash:/main.bin
flash:/r3402_41ep01.bin
bootfile main flash:/r3402_41ep01.bin
Set main boot file successfully!
# come back to user-view :
quit
# reboot router :
This command will reboot the system. Since the current configuration may have been
changed, all changes may be lost if you continue. Continue? y
#Jan 2 03:15:47:364 2000 router
DRTMIB/5/REBOOT:
Reboot device by command.
# basic configuration
super password level 3 simple yourenablepassword
local-user admin
password simple youradminpassword
service-type ssh telnet terminal
level 1
service-type ftp
# starting ssh :
rsa local-key-pair create
The key name will be: Router_Host
The range of public key size is (512 ~ 2048).
NOTES: If the key modulus is greater than 512,
It will take a few minutes.
Input the bits in the modulus:1024
Generating keys...
......++++++++++++
..++++++++++++
................++++++++
...........++++++++
..
ssh user admin authentication-type password
ssh user admin service-type stelnet
############
Here we are for dsl connection with PPPoE :
############
## ATM Interface :
interface Atm 2/0
pvc 8/35 (put your vp/vc)
map bridge Virtual-Ethernet 1
## Virtual Ethenet Interface for PPPoE :
interface Virtual-Ethernet 1
pppoe-client dial-bundle-number 1
tcp mss 1410
## defining your ACL for NAT use :
acl number 2000
rule 0 permit source 192.168.1.0 0.0.0.255
#warning : use your network and its wildcard (reverse of network mask)
## Dialer interface for PPP :
interface Dialer 1
link-protocol ppp
ppp pap local-user your-isp-login password cipher your-isp-password
tcp mss 1410
ip address ppp-negotiate
dialer user your-isp-login
dialer-group 1
dialer bundle 1
nat outbound 2000
## default route to Dialer 1 (dsl interface) :
ip route-static 0.0.0.0 0.0.0.0 Dialer 1 preference 60
Hope all those information will be sufficient for you, don't hesitate to ask me for any further information, I installed a dozen of those router 3040 in the last two years.
Romain BAFFERT
Romain BAFFERT
Cabling Partners
Cabling Partners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 07:09 PM
02-24-2009 07:09 PM
Re: trouble configuring Router 3040
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 09:15 PM
02-24-2009 09:15 PM
Re: trouble configuring Router 3040
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 12:37 AM
02-25-2009 12:37 AM
Re: trouble configuring Router 3040
here is what you will need to do :
# checking the content of nvram :
Directory of flash:/
1 -rw- 6282550 Nov 07 2005 16:49:43 main.bin
2 -rw- 6526661 Jan 01 2000 00:09:24 r3402_41ep01.bin
3 -rw- 2876 Feb 24 2009 08:06:29 config.cfg
15621 KB total (3102 KB free)
# the file config.cfg is the file that will contain all the configuration
information, that is created when you save :
The configuration will be written to the device.
Are you sure?y
Now saving current configuration to the device.
Saving configuration flash:/config.cfg. Please wait...
...............
Current configuration has been saved to the device successfully.
# if you want to return to factory default, you must delete this
configuration file then reboot :
Delete flash:/config.cfg?:Y
This command will reboot the system. Continue? Y
Hope your router will be connected soon with all that :)
Romain BAFFERT
Cabling Partners
Cabling Partners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 12:57 AM
02-25-2009 12:57 AM
Re: trouble configuring Router 3040
#
#3Com Router Software V2.41
#
sysname kkmas
#
configure-user count 2
#
bridge enable
#
dialer-rule 1 ip permit
dialer-rule 1 bridge permit
dialer-rule 6 acl 2000
#
radius scheme system
#
domain system
#
local-user admin
password cipher *******
service-type telnet terminal
level 3
service-type ftp
#
acl number 2000
rule 0 permit source 10.100.0.0 0.0.0.255
#
interface Dialer1
link-protocol ppp
ppp chap user user@isp
ppp chap password cipher ******
tcp mss 1410
ip address ppp-negotiate
dialer user user@isp
dialer-group 1
dialer bundle 1
nat outbound 2000
#
interface Ethernet1/0
ip address dhcp-alloc
#
interface Ethernet1/1
#
interface Ethernet1/2
#
interface Ethernet1/3
#
interface Ethernet1/4
#
interface Atm2/0
pvc 0/35
map bridge Virtual-Ethernet1
#
interface Virtual-Ethernet1
pppoe-client dial-bundle-number 1
tcp mss 1410
#
interface NULL0
#
FTP server enable
#
ip route-static 0.0.0.0 0.0.0.0 Dialer 1 preference 60
#
snmp-agent
snmp-agent local-engineid 0000002B7F00000100005205
snmp-agent community read mama
snmp-agent sys-info version v1 v3
snmp-agent group v1 mama
snmp-agent group v3 admin read-view admin write-view admin
snmp-agent mib-view included admin iso
snmp-agent usm-user v1 admin mama
snmp-agent usm-user v3 admin admin
#
user-interface con 0
user-interface vty 0 4
authentication-mode scheme
#
This message was edited by jdave182 on 2-25-09 @ 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 01:28 AM
02-25-2009 01:28 AM
Re: trouble configuring Router 3040
#
#3Com Router Software V2.41
#
sysname kkmas
#
configure-user count 2
#
bridge enable
#
dialer-rule 1 ip permit
dialer-rule 1 bridge permit
dialer-rule 6 acl 2000
#
radius scheme system
#
domain system
#
local-user admin
password cipher *******
service-type telnet terminal
level 3
service-type ftp
#
acl number 2000
rule 0 permit source 10.100.0.0 0.0.0.255
#
interface Dialer1
link-protocol ppp
ppp pap local-user user@isp password cipher ******
tcp mss 1500
ip address ppp-negotiate
nat outbound 2000
#
interface Ethernet1/0
ip address 10.100.0.1 255.0.0.0
#
interface Ethernet1/1
#
interface Ethernet1/2
#
interface Ethernet1/3
#
interface Ethernet1/4
#
interface Atm2/0
pvc 0/35
map bridge Virtual-Ethernet1
#
interface Virtual-Ethernet1
pppoe-client dial-bundle-number 1
tcp mss 1500
#
interface NULL0
#
FTP server enable
#
ip route-static 0.0.0.0 0.0.0.0 Dialer 1 preference 60
#
snmp-agent
snmp-agent local-engineid 0000002B7F00000100005205
snmp-agent community read mama
snmp-agent sys-info version v1 v3
snmp-agent group v1 mama
snmp-agent group v3 admin read-view admin write-view admin
snmp-agent mib-view included admin iso
snmp-agent usm-user v1 admin mama
snmp-agent usm-user v3 admin admin
#
user-interface con 0
user-interface vty 0 4
authentication-mode scheme
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 01:53 AM
02-25-2009 01:53 AM
Re: trouble configuring Router 3040
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 02:23 AM
03-03-2009 02:23 AM
Re: trouble configuring Router 3040
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2009 05:41 AM
03-03-2009 05:41 AM
Re: trouble configuring Router 3040
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2009 03:20 AM
03-07-2009 03:20 AM
Re: trouble configuring Router 3040
router should get the address from PPPoE.
you have to do :
interface Dialer 0
ip address X.Y.Z.A 32
Romain BAFFERT
Cabling Partners
Cabling Partners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2009 02:05 PM
03-13-2009 02:05 PM
Re: trouble configuring Router 3040
#3Com Router Software Extended_V2.41
#
sysname 3040
#
configure-user count 2
#
clock timezone utc minus 10:00:00
#
dialer-rule 1 ip permit
#
radius scheme system
#
domain system
#
local-user admin
password simple admin
service-type telnet terminal
level 3
service-type ftp
#
acl number 2000
rule 0 permit source 192.168.1.0 0.0.0.255
#
acl number 3000
description Nat-Outbound
rule 20 permit ip source 192.168.1.0 0.0.0.255
rule 30 deny ip
#
interface Dialer1
link-protocol ppp
nat outbound 2000
#
interface Ethernet1/0
ip address 192.168.1.10 255.255.255.0
#
interface Ethernet1/1
#
interface Ethernet1/2
#
interface Ethernet1/3
#
interface Ethernet1/4
#
interface Atm2/0
pvc 0/36
map bridge Virtual-Ethernet1
#
interface Virtual-Ethernet1
ip address 12.1.1.1 255.255.255.0
nat outbound 3000
#
interface NULL0
#
FTP server enable
#
ip route-static 0.0.0.0 0.0.0.0 12.1.1.2 preference 60
#
user-interface con 0
user-interface vty 0 4
authentication-mode scheme
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2009 08:46 PM
03-24-2009 08:46 PM
Re: trouble configuring Router 3040
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 09:30 PM
05-12-2009 09:30 PM