Cisco 3520 Static IP GUI Problem

When I wanted to change the ip address of the Cisco 3520 camera I did get : With chrome, safari, firefox and IE I saw the same. How can I put a static ip address in the gui for the camera ? After some tries I could use : https://<IP OF CAMERA>/ipaddressing.cs?version=1.0&sessionID=<SESSION ID>&action=set&ipVersion=1&addressingType=2&ipAddress=<NEW IP ADDRESS>&subnetMask=255.255.255.0&defaultGatewayIPAddress=<Default … Read more

iSCSI QOS Nexus

Identify iSCSI traffic : class-map type qos class-iscsi match protocol iscsi match cos 4 class-map type queuing class-iscsi match qos-group 4 policy-map type qos iscsi-in-policy class type qos class-fcoe set qos-group 1 class type qos class-iscsi set qos-group 4 policy-map type queuing iscsi-in-policy class type queuing class-iscsi bandwidth percent 10 class type queuing class-fcoe bandwidth … Read more

Cisco Routers / GNS3

Sometimes you want to test things, just to make sure you understand it, before you implement it in real life. But what if you don’t have access to routers. Some years ago I was running dynamips and now ther is GNS3. Much easier to install. Well, I got GNS3 running on my laptop, so that … Read more