Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I have answered some questions and have gotten answers for my questions. Anywhere you can do this on one page helps tremendously..."

Geography

Where in the world do Tek-Tips members come from?
mils562 (IS/IT--Management)
13 Jul 12 4:02
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..

VinceWhirlwind (TechnicalUser)
16 Jul 12 22:15
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?
mils562 (IS/IT--Management)
16 Jul 12 22:25
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
VinceWhirlwind (TechnicalUser)
17 Jul 12 22:15
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
mils562 (IS/IT--Management)
18 Jul 12 0:21
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?


mils562 (IS/IT--Management)
18 Jul 12 10:09
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

VinceWhirlwind (TechnicalUser)
19 Jul 12 4:03
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.
mils562 (IS/IT--Management)
19 Jul 12 6:47
vince

not only for routing ...

i need to configure physical interface ip for other connectivity

got solution that I have to upgrade my firmware

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close