Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HP Router IOS / Hardware?

Status
Not open for further replies.

hinesjrh

MIS
Jan 4, 2005
260
US
I have a new HP 7102dl router that I am attempting to get an existing (Cisco) configuration on. I can get the Ethernet interface configured, but I can't get the serial / T1 interface configured. What I would normally call my serial interface on a Cisco seems to be called a T1 interface on the HP, but there is no "IP" command for the T1 interface. How can I assign an IP address to this T1 interface that will connect to my network provider?[blush]

Is there a command reference somewhere on HP's web site?
 
Hinesjrh.

You need to create a virtual interface and then bind that virtual interface to the physical interface.
You have two types of virtual interfaces, PPP and HDLC, the one you use is dependant on the type that your service provider is using

Use the command:

PPP 1 <CR>
ip address X.X.X.X X.X.X.X
no shut

exit

Binding the virtual to the physical is easy, at the global config prompt enter ' bind ? ' the rest should be straight forward

Nice
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top