cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1730
Views
5
Helpful
3
Replies

Configration the Port of Switch for the Camera

Hello,

 

I would like to ask How I can confugration the Switch port for Camera ?

 

The commands which I need to put in the interface ? the same of when I have IP PHONE or there is something change?

 

Thanks  

3 Replies 3

Mark Malone
VIP Alumni
VIP Alumni
Hi
Heres one of mine , its just the vlan changes really , you can add qos and port-security as as extra if you decide too

all you really need is the vlan , the rest is optional but recommended

interface GigabitEthernet2/2/10
description HD Camera Do Not Move Port Secured
switchport access vlan 159
switchport mode access
switchport voice vlan 186
switchport port-security maximum 2
switchport port-security violation restrict
switchport port-security aging time 1
switchport port-security aging type inactivity
switchport port-security
auto qos trust
spanning-tree portfast edge
spanning-tree bpduguard enable
service-policy input AutoQos-4.0-Input-Policy
service-policy output AutoQos-4.0-Output-Policy
ip dhcp snooping limit rate 7
end

Thank you for your replay

 

So just I need to put the interface on mode  access  with the vlan of Camera + the switchport voice vlan (voice vlan )

 

Thanks

the voice vlan is not required we just have that applied to all ports default ignore it , if you remove all the optional there all you really need is the video vlan

interface GigabitEthernet2/2/10
description HD Camera Do Not Move Port Secured
switchport access vlan 159

I would recommend at least though using the STP commands too , they will help if theres any layer 2 issues

spanning-tree portfast edge
spanning-tree bpduguard enable
Review Cisco Networking products for a $25 gift card