Category Archives: Cisco Routing & Switching

Cisco TCL Script Example

By | April 21, 2020

Cisco TCL Script Example Sometime, We need to do some work repeatedly. For example, In many situation we need to ping multiple IPs and this is required on a interval repeatedly. manual ping is also good to check the connectivity. But it becomes boring and time consuming When we need to ping lot of IPs.… Read More »

Cisco Alias

By | April 19, 2020

Cisco alias is used to create the short forms of long commands. So we can easily create the short forms of long commands. Alias is not limiting for ‘show’ commands. We can create the alias (short command) for each mode. All Cisco devices is also having many pre-defined aliases such as, p for ping ,… Read More »

SOO (Site Of Orgin) – BGP Extended Community Attribute

By | April 19, 2020

SOO (Site Of Orgin) – BGP Extended Community Attribute is used to prevent the routing loop in a particular multi-homed MPLS L3 VPN network scenario. When CE routers are configure for receive the routes from same AS. For Example: In below topology, Two CE routers are connecting with a single ISP. CE1 is connecting with… Read More »

BGP Remove Private AS and Replace ASN

By | April 19, 2020

BGP Remove Private AS and Replace ASN We know that private ASN is generally use for enterprise networks. It also works fine, If we are using single ISP. Means source and destination both networks are connecting using same ISP. Suppose we are using multiple ISPs. in this case we can face the issue. Because a… Read More »

Cisco Offset-List Command

By | April 19, 2020

Offset list is use to modify the metric of all or specific incoming/outgoing routes. If we want to change the metric of specific routes then we can create a access-list. After that we can call it under offset-list. A offset-list doesn’t care that route is being advertise or not. Offset-list will just modify the metric… Read More »