Tag Archives: Server

Application Based Bandwidth shaping in Cisco ROuter and switches.

Cisco IOS Implementations Cisco IOS implements policing/marking functionality with two unrelated mechanisms: The rate-limit command implements per-interface input- and output-rate limiting. The police command implements the traffic measurement within the scope of the Modular QoS Command Line Interface (MQC). Rate-limit commands and QoS policy-maps containing the police command can measure inbound or outbound packets on physical or logical interfaces (tunnels, subinterfaces). They introduce no delay (apart from… Read More »

Bandwidth Limiting / Shaping on Cisco Switch or Router Port.

When Internet Service Providers (ISP) gives a new internet link , very often they have shaping rules on their router to regulate internet traffic at promised rate. If your firewall/router/switch is sending more excessive traffic than promised rate, the packet will be dropped by ISP router, then ends up with suboptimal performance and slow internet speed. in this… Read More »

How to Shorten IPv6 Addresses.

An IPv6 address consists of 32 hexadecimal digits, in 8 sections of 4 digits each, separated by colons. It looks something like this: 1234:5678:90ab:cdef:1234:5678:90ab:cdef IPv6 addresses have several shortcuts that allow them to be compressed into smaller strings following certain rules. If there are any leading zeroes in a section, they may be left off. 0001:0001:0001:0001:0001:0001:0001:0001 could be written as 1:1:1:1:1:1:1:1. Any… Read More »

How To Check System Uptime in Linux Server.

if you want to check the uptime of your Linux server then there are a few commands which you can use effectively for collecting this information on system uptime. The first command which I prefer to use is uptime. Let’s look at the output given below. The second command is Top command. The third one is W Command.