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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NORTEL 5510 config help

Status
Not open for further replies.

mils562

IS-IT--Management
Jul 13, 2012
6
0
0
IN
Hi I have worked on cisco switches but..
I want to configure nortel 5510 ..
have configured vlan and routing
i can see port ip address from any commands can any one help on this..

 
I don't understand what you mean by "i can see port ip address", do you mean you can see it when you display the config?

And it's not clear what your question is.

Can you clarify?
 
Hi

I have created
3 L3 vlans

Fron show VLAN IP
i am able to see only
vlan ip address
out put as follow
Id ifIndex Address Mask MacAddress Offset
1 10001 192.168.120.17 255.255.255.248 00:1B:BA:CF:10:40 1(Assigned this ip to PORT 1)
10 10010 192.168.118.1 255.255.255.0 00:1B:BA:CF:10:41 2
20 10020 192.168.119.1 255.255.255.0 00:1B:BA:CF:10:42 3
30 10030 192.168.122.1 255.255.255.0 00:1B:BA:CF:10:43 4

i have configured following ip on

port 1 192.168.120.1/29
port 2 192.168.120.9/29
port3 192.168.120.17/29
port 4 192.168.120.25/29

but i can not see this configuration any where
PFA network diagram for ref
 
I'm not sure I understand the config you're showing us.

This is what a 5500 interface config looks like:

! *** VLAN ***
!
vlan configcontrol flexible
vlan name 1 "VLAN #1"
vlan create 2 name "MGMT" type port
vlan create 3 name "DATA" type port
!
! *** Interface ***
!
interface FastEthernet ALL
default auto-negotiation-advertisements port ALL
no shutdown port ALL
snmp trap link-status port ALL enable
speed port 1-48 auto
duplex port 1-48 auto
exit
!
! *** L3 ***
!
ip routing
interface vlan 1
ip address 10.1.1.1 255.255.255.0
ip routing
exit
interface vlan 2
ip address 10.1.2.1 255.255.255.0
ip routing
exit
interface vlan 3
ip address 10.1.3.1 255.255.255.0
ip routing
exit
 
Hi Vince...

Thnks fo the reply
I have configured IP addresses on 4 interface ports ..

What is command to see this configuration ...
in cisco command is show ip interface brief
and after configuring these ip addresses on ports why there is no ip details of ports in configfile?


 
Hi Vince

Here is what happening

To configure ip on
Specific port
I am using this command

5510-24T(config)#interface fastEthernet 1
5510-24T(config-if)#ip ad
5510-24T(config-if)#ip address 192.168.120.1 255.255.255.0


but if i configure this ...this will be ip of switch ..
What is command to assign ip address to specific port
and what is command to see port ip config details

Please help

 
I don't know why you're trying to do that.
Do you have the Nortel config guides for 5500s?

For routing, you configure VLAN interfaces, not physical interfaces.
 
vince

not only for routing ...

i need to configure physical interface ip for other connectivity

got solution that I have to upgrade my firmware

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top