Cisco Switching/Routing :: Configure 2960 8 Port Switch With DHCP Server?
Jun 24, 2012
I need to configure a Cisco 2960 switch as a DHCP server. The current IP address will be on a different seed than the DHCP addresses. i.e.
Switch IP = 10.1.2.3, GW = 10.1.2.1, Subnet = 255.255.255.0
DHCP addresses would be 192.168.1.1 - 200, GW=???? (10.1.2.3?) and subnet would be 255.255.255.0
View 1 Replies
ADVERTISEMENT
Jun 12, 2013
I Have a problem I'm trying to configure automatically my switch over ther DHCP when I start the switch it request an IP from the DHCP from here everythings is fine but it does nothing more,indeed I put on my dhcp the option 66 and 67 which is an adress of my TFTP server and a file to download and the switch seems not to understand theses options , I tried my dhcp with a cisco airport and everythings works fine the File from the TFTP is automatically downloaded into the airport...There is an option to add or am I missing something in order to make it work with my switch ?
My switch : Catalyst 2960IOS VER : 12.2(55)SE5
View 7 Replies
View Related
Feb 11, 2012
With out using any server, will DHCP be configured in cisco 2950/2960 switch?I man cisco it self should work as a dhcp server also.
View 10 Replies
View Related
Nov 15, 2012
Does the 2960 switches with LAN-Lite support DHCP Server Port-Based Address Allocation?
View 1 Replies
View Related
Aug 23, 2011
How to configure SF300 48port switch as DHCP Server or not.
My Configuration as below
I have 8 vlan configure in SF300 (SVI with ip address)isit possible to configure dhcp server and how i can apply access-list to restrict with other vlans.
View 1 Replies
View Related
Aug 1, 2012
We have Dell M6220 blade server that server is connected to cisco 3750 switch. I am trying to configure LACP in 3750 for two port which are connected to Dell M6220 server switch. The channel-group 2 mode active commande is not taking then its showing the error protocol mismatch and if i run show int port-channel 2 command the port channel status is showing down. The Dell server switch is on simple mode. below i have attached the required details.
Switch#show int port-channel 2
Port-channel2 is down, line protocol is down (notconnect)
Hardware is EtherChannel, address is 0000.0000.0000 (bia 0000.0000.0000)
MTU 1500 bytes, BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
[code]...
View 2 Replies
View Related
Oct 21, 2011
I did the DHCP configuration for my CISCO 2960 switch but the clients are still not able to get the IPs.see the configuration below.
(config)#ip dhcp database cisco.com
(config)#pool test
(config-if)#client client-id vlan 500
(config-if)#ip dhcp snooping trust
View 1 Replies
View Related
Dec 12, 2006
I have CISCO 2960 switch at my LAN. How to configure its IP address from console or hyper terminal ?
View 11 Replies
View Related
Jan 14, 2013
I am trying to configure a new 2960 POE switch, but seem to me the int fa0 is layer 3 interface. Is any way we can convert it to a switchport, so we can connect it to other switch in trunk mode?
View 1 Replies
View Related
Nov 1, 2012
I am having 2960 switch and one port is configured with a VLAN and connected with an unmanageable switch and further one more unmanageable switch was connected to the primary unmanageable switch…
The topology will be 2960 switch -> unmanageable Switch -> unmanageable -> PC connected
The issue I am facing most of the PC are getting IP addresses through DHCP server and very few 5 or 6 PC’s out are not getting the IP from DHCP server.If I switch of the switch and switch on the issue is resolved for those and it will raise for some other PC’s.
View 2 Replies
View Related
Jan 3, 2012
I want to implement port-based and MAC-based in these two switches: 2960 & 3560 (both of them have this IOS version: 12.2(55)SE1). And I haven't found a way to implement both of them at the same time. This is what I got:
ip dhcp use subscriber-id client-id
ip dhcp subscriber-id interface-name
ip dhcp excluded-address 192.168.0.0 192.168.0.2
ip dhcp excluded-address 192.168.0.251 192.168.0.255
[code]....
With this configuration I can use port-based, but not MAC based. If I remove the first two lines and change the last line for this one:
address 192.168.0.7 client-id 0112.ae1d.af58.60
Then, the computer with that MAC address got the correct IP, but then the port-based doesn't work. Also, I got this line in the interface what I want to use MAC-based:
ip dhcp server use subscriber-id client-id
View 3 Replies
View Related
Feb 10, 2013
I need to buy a cheap Cisco switch with DHCP server.Can you confirm that 2960-24-S, 2960-24TC-S and 2960-48TC-S be a DHCP server?
View 3 Replies
View Related
Mar 8, 2012
Today in my rush to get home I plugged in a new 2960 stack and did a little bit of very basic configuration, but no passwords were set. I tried to telnet in and the message says that a password is required, but none is set. I tried the SDM as I hadn't turned it off yet and it is prompting me for a user/pass but I have no idea what to put in there. No console is available, it's a new office so no employees around either.
View 14 Replies
View Related
Jan 28, 2013
I am going to creat VLANs very 1st time therefore for test purpose I have following simple scnerio.I have created 2 VLANs , VLAN2 and VLAN3 on Cisco Catalyst 2960 series switch. Ports 1-12 is assigned to VLAN2 and Ports 13-24 are assiged to VLAN3. Now I have configured DHCP on Microsoft Server 2003 defining 2 scopes with following configurations.
Scope 1 for VLAN 2--- Range is 172.16.0.17 to 172.16.0.30 with subnet mask=255.255.255.240 . Server IP address 172.16.0.17
( Note: Address 172.16.0.17 is excluded from dhcp server Scope 1 and give to the MS server itself)
Scope 2 for VLAN 3----Range is 172.16.0.33 to 172.16.0.46 with subnet mask=255.255.255.240 .
Now in Cisco 2960 series switches, under Vlan 2 and Vlan 3, I have following configurations...
interface Vlan2
ip address 172.16.0.30 255.255.255.240
ip helper-address 172.16.0.17
interface Vlan3
ip address 172.16.0.46 255.255.255.240
ip helper-address 172.16.0.17
Now the problem is when i connect a client computer to any port from 1-12, It gets correct IP address from Scope 1 but when I connect a computer to any port from 13-24, it does not get the ip address.
Further I want to do inter VLAN comunication as well for that purpose i Have an ISR 2900 series router. What further configuration i will have to do on router for inter vlan communication.
View 3 Replies
View Related
Sep 3, 2012
We have a DHCP SERVER implemented in a cisco router 2610.This router is connected to a switch cisco 2960 configured as DHCP SNOOPING. At the switch appear the next log message: [code] The ip address: 10.100.200.1 belongs to DHCP SERVER configured at router cisco 2610. What to do so these log messages does not appear any more? Do I need to do some configuration changes at some switch or router?
View 11 Replies
View Related
Mar 2, 2012
If I knew the IP address of a host, can we know on which port on the switch its connected. The switch model is 2960
View 6 Replies
View Related
Mar 18, 2010
am having a switch 3860 it is configured dhcp , dns i want to change those dhcp , dns, what are the command that is use to reconfigure it
View 1 Replies
View Related
Apr 29, 2012
I have Cisco 3560X L3 switch and i need to configure DHCP on this switch. I have already configured below mentioned VLANs
VLAN 10 - 192.168.8.254 (USER VLAN)
VLAN 20 - 192.168.152.254 (REMOTE & VPN USERS VLAN)
VLAN 30 - 192.168.0.254 (SERVER VLAN)
After configuring DHCP, all the users needs to get IP from USER VLAN and all the servers should get IP from SERVER VLAN. If yes, what are the steps as I am very new in this kind of configuration.
View 5 Replies
View Related
Jul 9, 2012
Is it possible to configure an 881 router to act as a DHCP server to 4 VLAN's each with a different scopes all through a single ethernet interface?
View 2 Replies
View Related
Dec 18, 2011
i want use CACTI for monitor my bandwidth so i have a question how can i enable snmp for a switch port ? or i shoudl just enable snmp from configuratiopn terminal and then in CACTI i will choose which port will be monitor? can i do something that CACTI connect to my switch with a encryption key ? i have cisco 2960 48 port switch
View 2 Replies
View Related
Aug 16, 2012
In my network we use all cisco 2960 switches, problem is when someone copying 4gb data or high from one switch to another switch, by that time rto (Request time out) is coming.
router
|
|
|
[Code]....
1. when user 1 copy data from server ,at that time who is in switch2 behind like user2 ,he is getting problem like when ping to default-gateway,or rto is coming and network is very slow .
2. when i open sw2,sw1,sw3,trunk ports utilization is very high except sw4 to sw1 trunk ports,who behind sw4 like user4 ,he is not getting problem.
3.all switches trunkport in my network is faster ethernet and i have no option to connect trunkport to gigaehternet and ethernet channel.
View 2 Replies
View Related
Sep 11, 2011
just want to confirm if I could use the 2x 10GE uplink ports of a cisco 2960 to connect to my Server directly?
View 17 Replies
View Related
Apr 7, 2012
we are using 2960 cisco switch asn we are trying to configure port security.we are able to configure MAC base port security, but unbale to configure IP base port security.can any one guide us can do IP base port security like MAC port security. if not which switch will support IP and Mac base port security.
View 6 Replies
View Related
Jan 21, 2013
Is there a way to identify if a switch port is burned via CLI? I have a 2960-48PST switch and some ports don't provide power to a PoE device connected. When I change the port, the device turns on.
View 3 Replies
View Related
Sep 18, 2012
I want to configure switch port bandwidth limit for my Catalyst 2960-48, is there any hardware / ios limitation? can I configure it at all 48 switch ports?
View 1 Replies
View Related
Apr 4, 2012
how can i limit bandwidth on a gig port of 2960 or 4506e switch?
View 9 Replies
View Related
Dec 1, 2012
Is it possible to obtain a replacement rackmount kit for a 2960 48 port switch? I've had a read of the manuals but can't see a part number specified. The part number suggested to me (by BT) is for the 8 port version, which is not much use.
View 2 Replies
View Related
Apr 29, 2013
I am trying to copy IOS from my TFTP server which is on my laptop to cisco 2960 switch
I am able to ping to switch from my laptop, connectivity is fine, tftp server is running
Current Image on Switch --> C2960-LANBASE-MZ.122-25.SEE3.bin --> trying to upgrade to --> c2960-lanbasek9-mz.122-53.SE2
I am getting below error when trying to upgarde IOS:
2960-SW#copy tftp: flash:
Address or name of remote host []? 10.1.x.x
Source filename []? c2960-lanbasek9-mz.122-53.SE2
[Code].....
View 6 Replies
View Related
Feb 14, 2012
I am trying to configure two 3845 routers to act as dhcp server and dhcp relay. Clients are connected to the router that relays all dhcp requests to the vrf instance which is used to connect it to the router wich is running dhcp server.
Router1
ip vrf dhcp_dns
rd 8:1
int gi0/0
ip vrf forwarding dhcp_dns
ip address 192.168.200.5 255.255.255.248
[code]...
So far I can see dhcp requests coming from the R1 and dhcp server on R2 replies with the dhcp offer but PC is not getting any ip.
View 8 Replies
View Related
Oct 2, 2012
Is there a way to configure a DHCP server for my internal subnet of 192.168.20.1 which is on a 3550 layer 3 switch from my 5505 ASA Firewall.My subnet of 10.1.1.0/30 is connecting my 5505 to 3550. All I'm trying to do is run a DHCP server down to my hosts. The only options on ASA 5505 is
dhcpd address 192.168.20.1 - 192.168.20.254 outside or inside, which conflicts with my subnet of 10.1.1.0 used to connect my internal subnet of 192.168.20.1 for the whole network.
When I used my router it did not need the (inside, outside) keywords and just an ip helper-address command. How do I configure my my firewall DHCP server to propagate the 192.168.20.0 network through my 10.1.1.0 connection.
View 3 Replies
View Related
Feb 23, 2012
2960 switch stack (flex) Spanning tree re-calculate from stack port one?I need to identify with port in the stack is causing the re-calc I have four 48 port switches and show spanning detail only indicates stack port 1.
View 1 Replies
View Related
Jul 30, 2012
How to configure cisco 3560 to force the client only can get ip by dhcp-relay server ?
The company i am working in has 5 vlans which have been set an lay-3 switch(3560), uses the dhcp-relay server .(in svi configuration: ip helper-address X.X.X.X) well , that works ok~
Now , I got my problem: I need to force the client only can get ip by dhcp-relay server, that means if anyone set static IP manunally , he can't really access to anywhere (to provent anyone set static IP with malignancy )
I know if a h3c router , how to set this configuration n svi configuration : dhcp relay security address-check enable )
the how to configure on a cisco 3560 ?
View 1 Replies
View Related
Apr 26, 2012
I'm attempting to configure a Catalyst 3560-X Switch to act as a DHCP Server. There is documentation that supports this feature. Below is my config procedure however after the completed procedue no IPs are handed out to clients. [code]
View 1 Replies
View Related