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..
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
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?
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.