The Adtran community holiday season is starting next week! The holiday period will span from December 21, 2024 to January 6, 2025. During this time, responses to feedback form submissions may be delayed. If you are encountering product issues, you can reach out to Adtran support at any time.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
stevenorris
New Contributor

Need to have my new NetVanta 1534P boot up and pull a DHCP address

Hi,

Based on my reading, when the factory new 1534P is booted up, it defaults to 10.10.10.1.  I want it to boot up and grab a DHCP IP so that I can remote into it remotely (I am sending it to a remote location that I am connected to via a VPN).

After it boots up I will be able to see the new IP in the Router that I have access to remotely.

If the unit does not get a DHCP IP by default (and instead gets the 10.10.10.a with 255.255.255.0) how can I change this via altering the DHCP settings on the router(?)  supposedly, according to this:  https://supportforums.adtran.com/servlet/JiveServlet/previewBody/1714-102-2-6734/61200560L1-29.2B.pd...

a user can setup the DHCP server to tell the device things... Presumably the only thing I need to tell the device it to use DHCP, can somebody tell me how to do that?

Thanks in advance,

Steve

Labels (1)
0 Kudos
1 Reply
Anonymous
Not applicable

Re: Need to have my new NetVanta 1534P boot up and pull a DHCP address

Hi Steve:

Before shipping the switch, configure interface vlan 1 to obtain a DHCP address.  From the enable prompt:


interface vlan 1


ip address dhcp


Remember to write the configuration for persistence:


end


write


Now you can power down and ship the switch.  Alternately, if you have shipped a switch with default IP address, logon to the remote router and assign IP address 10.10.10.2 or similar as a secondary address.  Then you can telnet from the router CLI to the switch.  This presumes that the switch allows telnet (it does by default).

From an ADTRAN router's config prompt:


interface eth 0/1  (or whatever you use for the LAN interface)


ip address 10.10.10.2 255.255.255.0 secondary


end


telnet 10.10.10.1


NOTE:  the word secondary is very important.

Best,

Chris