cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4791
Views
0
Helpful
35
Replies

4506E Core and 2960S Access Switches IP Camera System

ruckessbx1
Level 1
Level 1

Hello All

I'm implementing my first Cisco network and needed a little guidance. Here's the scenario and how I would like for it to function:

  • 2960S access switches will have PoE IP cameras and POS stations connected to them with fiber uplinks to core.
  • 4506E core switch will have all access switches connected to Fiber SFP uplink ports. All fiber cables are Single Mode with LC connectors.
  • All PoE IP cameras and one NIC from camera server will be on network 172.16.0.0/16 and on default Vlan 1.
  • All end user computers and one NIC from camera server will be on network 192.168.1.0/16 and on Vlan 2. Vlan 2 is only needed on core switch.
  • All POS stations and standalone POS server will be on network 192.168.20.0/16 and on Vlan 3 on both access and core switch.

  • This will be a completely closed network, no internet access.
  • End user computers will access video unicast from server with raids.
  • All switches interconnect using fiber SFP 1GB transceivers.
  • Vlans do not have to communicate with eachother, just need Vlan 1 and 3 to be uplinked to core switch. This will involve setting ports as switchport mode trunk correct?
  • I gave all devices on networks static IP's, except for IP cameras which will obtain IP from DHCP.
  • When I plug in a PoE 15.4 watt camera, is the port set to auto detect by default so it powers up camera or do I manually enable PoE on port?

- I have to run DHCP on core switch, only on network 172.16.0.0/16 default Vlan 1 so my IP cameras can obtain an IP.


ip dhcp pool cameras

network 172.16.0.0 255.255.0.0

default-router 172.16.0.1

- On the PoE IP camera and POS station ports I'm thinking of configuring the following:

switchport mode access

spanning-tree portfast

Let me know what you guys think. I have a few weeks before these have to go to production. Any help and direction will be greatly appreciated!

I will be checking thread periodically and posting updates.


35 Replies 35

Cool thanks.

Do I need to type a command for lease length on dhcp scope?

Create the DHCP scope for vlan 1:

Ip dhcp pool CAMERAS

network 172.16.16.0 255.255.240.0

default-router 172.16.31.254


You can configure the lease like this:

Router(dhcp-config)# lease {days [hours][minutes] | infinite}

Sorry I forgot to mention this before

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

No worries I had researched that and here is the commands I'm thinking of implementing.

ip dhcp pool CAMERAS

network 172.16.16.0 255.255.240.0

default-router 172.16.31.254

lease infinite

Thanks

Hey,

If you have ample address space then I guess its okay to use infinite lease time, but personally I wouldn't use this option myself.

Reason being, there may in the future, come a time where all the addresses have been given out and you wont have any more addresses left to give out from your pool!

This will be because your addresses have been permanently given out and you will not get this ip address back in your pool if the device was to go offline.

Since camera's dont move around a lot (assuming they will be pretty static), I'd probably configure a lease time of around 30 days.

But of course this is just my view on this subject, but you do have options

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

I have 4094 host and I'm only going to be using approximately 475 IP addresses, I think that'll be okay.

What happens to the assigned addresses if I create a lease time of 30 days and that time period ends?

Thanks!

If you have a lease time of 30 days, your hosts (camera's) will renew their IP address every 30 days. Hosts normally request to keep their IP addresses if it's available and the DHCP gives the same IP in that case. This way you have more control on giving out addresses.

Hope this helps.

Please rate useful posts & remember to mark any solved questions as answered. Thank you.
Review Cisco Networking products for a $25 gift card