Computers & Internet Logo

Related Topics:

Posted on Nov 26, 2012

What is the default ip address for powerconnect 5212

Dell powerconnect 5212

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

  • Contributor 26 Answers
  • Posted on Dec 06, 2012
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

MVP:

An expert that got 5 achievements.

New Friend:

An expert that has 1 follower.

Hot-Shot:

An expert who has answered 20 questions.

Joined: Dec 05, 2012
Answers
26
Questions
0
Helped
15738
Points
28

You must assign an IP address to the switch to gain management access over the network. You may also need to a establish a default gateway between the switch and management stations that exist on another network segment. You can statically configure a specific IP address or direct the switch to obtain an address from a Boot Protocol (BOOTP) or Dynamic Host Configuration Protocol (DHCP) server when it is powered on. Valid IP addresses consist of four decimal numbers, 0 to 255, separated by periods. Anything outside this format is not accepted by the CLI program. what is the default ip address for powerconnect 52 - notice.gif NOTICE: By default, the IP address is assigned to VLAN 1 through DHCP. If you select the bootp or dhcp option, IP is enabled but does not function until a BOOTP or DHCP reply has been received. Requests are broadcast periodically by the switch in an effort to learn its IP address. (BOOTP and DHCP values can include the IP address, default gateway, and subnet mask).
To display assigned IP settings using the CLI:

  1. From the Privileged Exec or Normal Exec level mode, type show ip interface and press <Enter>.

The assigned IP address and subnet mask displays.

  1. From the Privileged Exec mode, type show ip redirects to display the assigned gateway IP address. Press <Enter>.

The following example displays IP settings assigned by bootp or dhcp using the CLI.

Console#show ip interface

IP address and netmask: 10.1.0.1 255.255.252.0 on VLAN 1,

and address mode: User specified.

Console# show ip redirects

ip default gateway 10.1.0.254

Console#
Before you can assign a static IP address to the switch, you must obtain the following information from your network administrator:

  • IP address for the switch

  • Default gateway for the network

  • Network mask for the network

To assign a static IP address to the switch:
  1. From the Privileged Exec level global configuration mode prompt, type interface vlan 1 to access the interface-configuration mode. Press <Enter>.

  2. Type ip address ip-address netmask, where ip-address is the switch IP address and netmask is the network mask for the network.

  3. Type exit to return to the global configuration mode prompt. Press <Enter>.

  4. To set the IP address of the default gateway for the network to which the switch belongs, type ip default-gateway gateway, where gateway is the IP address of the default gateway. Press <Enter>.

  5. To save your configuration changes, type copy running-config startup-config and then press <Enter>.

NOTICE: Only one VLAN can be assigned an IP address. If you assign an address to any other VLAN, the new address overrides the original IP address. The following example shows how to set a static IP address using the CLI.

Console(config)# interface vlan 1

Console(config-if)# ip address 192.168.1.5 255.255.255.0

Console(config-if)# exit

Console(config)# ip default-gateway 192.168.1.254

Console(config)#
To configure the switch for DHCP or BOOTP:

  1. From the Privileged Exec level global configuration mode prompt, type interface vlan 1 to access the interface-configuration mode. Press <Enter>.

  2. At the next prompt, use one of the following commands:

    • To obtain IP settings through DHCP, type ip address dhcp

    • To obtain IP setting through BOOTP, type ip address bootp

  3. Press <Enter>.

  4. To save your configuration changes, type copy running-config startup-config, and then press <Enter>.

1 Related Answer

Anonymous

  • 79 Answers
  • Posted on Aug 10, 2009

SOURCE: IP address

your voip enabled phone uses dynamic ip addressing so doesn't have a fixed ip. however if you want to configure the phone Connect the WAN port of the SPA922 to your network (router, switch or hub). Make sure that you have a DHCP server so that the SPA922 will get the IP address.

To login to web based administration follow the steps

Access the web based setup page of the SPA922. Verify the IP address through the LCD. Click Menu then press 9. It should show you the DHCP IP address. Open a browser and type that in the Address bar. 

Click Admin Login .


Note: The SPA922 does not have a username and password by default. If you are asked for a username and password and you have not configured a password, it means that the SPA921 is locked by your VoIP provider. You need to obtain the password from your VoIP provider.

if this helps resolve your issue please vote for me. thank for using fixya.

Ad

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How to swap mitel 5212 phones

Depends on what type of phone switch you have the phone connected to. The 3300 and 200 have a feature code you can program. On the 200 I believe the default code was ###. So what model phone system do you have?
0helpful
1answer

Default ip

The PowerConnect 2224 is an unmanaged switch. As such, it should not have an IP address at all.
0helpful
1answer

What is the default ip address for powerconnect 5212

By default there isn't one you need to use the serial cable and hook it up the console port and log into it with a terminal program such as hyper terminal or putty
0helpful
1answer

How do i configure the switch to allow web access through the serial port

If you can't find the manual on the Dell web site, there is a copy at: http://www.manualowl.com/m/Dell/PowerConnect-3548/Manual/188907

Did you use the command: ip http server ? See page 501 in the manual.

I would not recommend setting up a network switch with password-free access to the internet. You should at the very least limit access to a small subset of IP addresses (e.g. your network group's machines). The best practice is to use ssh communications or https with the web browser, otherwise anyone with a well-placed sniffer can read your clear-text traffic.
0helpful
1answer

Have a server that was connected to DSL router then a dell powerconnect 2216 switch and ran the LAN and internet through the switch. Cannot get the switch to connect to the internet with a cable modem and...

That is a good guess. Many of the switches available for home use are unmanaged, and will take any IP address given to them from the router and generate related IP addresses for the various devices on your network.
If your router has multiple Ethernet connections, you may not need the switch at all...just connect your Ethernet cables to the output plugs from the router.
0helpful
1answer

Hi, I need to set the IP configuration on my MITEL 5212 IP Phone manually, but I do not know how to do it. I guess that there is a sequence of key to press, any help will be appreciated.

Press and hold the up arrow key while booting the phone. Configure telephone - YES, Network Parameters - yes, then NO until you see Change. Set the appropriate information, IP address, default gateway, ICP IP address, TFTP server address, etc.

You should be warned that this gains nothing except making another device on the network that requires deliberate management.

- Mark
0helpful
1answer

Remove a ACE from an ACL using CLI

Sure thing:

First to enable the web interface, try command:

ip http server

Also try:
ip http port 80

That will enable it on the default port

As for the ACL's I looked at the documention and I believe the syntax is to put a deny in front of the command and that will remove it.

Of course the GUI will be easier to deal with

The manual can be downloaded from:

http://support.dell.com/support/edocs/network/pc6024/en/index.htm
0helpful
1answer

Static ip address to dell powerconnect switchport for backbone

try for 195.9.200.00 - 195.9.200.32 series hope it will works
0helpful
1answer

PC2716 Connectivity

Goto start
Open control panel
Open network connection (XP)
Right click on Local Area connection
Goto properties
click on Internet protocol TCP/IP
Click on properties
Try to change the Ip address on that window
If it does not make any difference then TRy to disable the firewall that is installed on the computer.
0helpful
3answers

Issues with Network

In order to get to the Internet, a computer must have proper IP connectivity. Lets start by troubleshooting IP connectivity in your office and see where the breakdown is. Open a command prompt on a machine. This can be done by going to Start ->
Not finding what you are looking for?

1,387 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...