2013 Briefs

Chronological archive of briefs published in 2013.

December 2013

Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

ADVANCED Access Lists (ACL) Configuration

It's enough to configure the extended ACL, and hit a question mark when you want to define a PORT, just to realize that there is an entire world of ACL configuration options that we never knew about.

Read
Cloud Sovereignty & Platforms CiscoNetworking

CCIE Blueprint v5 announced

Practical notes on ccie blueprint v5 announced — Cisco, Networking configuration, design, and troubleshooting guidance.

Read
Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

IP SLA - Monitor the Network Performance

Probably most typical usage of IP SLA is to measure the and UDP Jitter and Echo, to make sure that the path is good enough to send the sensitive VoIP traffic.

Read
Cloud Sovereignty & Platforms NetworkingCisco

PBR - Policy Based Routing

Practical notes on pbr - policy based routing — Networking, Cisco configuration, design, and troubleshooting guidance.

Read
Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

EIGRPv6

The command for checking the current timers is also unintuitive, cause you need to add "details" to the end: sh ipv6 eigrp interfaces detail | i Hello Hello-interval is 10, Hold-time is 40 Hello-interval is 60,...

Read
Cloud Sovereignty & Platforms NetworkingCisco

IPv6 Tunnels

Practical notes on ipv6 tunnels — Networking, Cisco configuration, design, and troubleshooting guidance.

Read
Cloud Sovereignty & Platforms NetworkingCisco

OSPFv3

OSPFv3 OSPFv2 0x2001 Router LSA 1 Router LSA 0x2002 Network LSA 2 Network LSA 0x2003 Inter-area Prefix LSA 3 Network Summary LSA 0x2004 Inter-area Router LSA 4 ASBR Summary LSA 0x4005 AS-External LSA 5 AS-External...

Read

November 2013

Cloud Sovereignty & Platforms NetworkingCisco

BGP Peer-Session Templates

Another way to make the BGP configuration easier by avoiding configuring the same command set on every router.

Read
Cloud Sovereignty & Platforms NetworkingCisco

IPv6 Basics

Loopback: ::1/128 Multicast: FF00::/8 Link Local: FE80::/10 - used for stateless auto-configuration, Neighbor discovery, Router discovery FC00::/7 Unique Local, Unicast (equivalent to the IPv4 private addresses), not...

Read
Cloud Sovereignty & Platforms NetworkingCisco

OSPF Forward Address Suppression

Before the command has been applied the external (LSA5) subnet within the area 0 is seen as: sh ip ospf database external 6.0.0.0 OSPF Router with ID (1.1.1.1) (Process ID 1) Type-5 AS External Link States LS age:...

Read
Cloud Sovereignty & Platforms NetworkingCisco

NTP - Network Time Protocol

First there is an "old school" method of setting time on your IOS Device, which is fine if you're one of those :) clock set 16:50:00 15 NOVEMBER 2013 \Nov 15 16:50:00.000: %SYS-6-CLOCKUPDATE: System clock has been...

Read
Cloud Sovereignty & Platforms NetworkingCisco

HSRP - Configure the Hot Standby Routing Protocol

Redundancy Protocol, Cisco Proprietary. Configuration is quite straight-forward, but there are many ways to tune it, in accordance with your needs: interface FastEthernet0/0 ip address 172.25.25.2 255.255.255.0...

Read
Cloud Sovereignty & Platforms CiscoNetworkingDeep Tech

Configuring the DHCP Server

Using the DHCP Pool configured on a IOS device is somewhat obsolete, but in cases of smaller companies where this solution is inevitable (or in a case such as mine, preparations for a CCIE exam) - you should know how...

Read
Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

Scalability for Stateful NAT (SNAT)

Scalability for Stateful NAT feature allows Stateful Network Address Translation (SNAT) to control the Hot Standby Router Protocol (HSRP) state change until the NAT information is completely exchanged.

Read
Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

Static NAT redundancy with HSRP

This approach is used when you want to configure NAT and integrate it with HSRP (enable the same NAT on all the routers that form the HSRP group).

Read
Cloud Sovereignty & Platforms NetworkingGoCisco

Load Balancing using NAT

This is a configuration that I´ve never implemented in any production environment, but I see quite a few cases where it can be usefull.

Read
Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

PAT (NAT Overload)

Port Address Translation (PAT) means using PORTS in order to NAT various Inside Local IPs to 1 Inside Global IP.

Read

October 2013

Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

NAT - Dynamic NAT

Do not forget to configure the "ip nat inside | outside" on the appropriate interfaces!

Read
Cloud Sovereignty & Platforms NetworkingCisco

NAT - Static NAT

Inside Local - Private IP of the host in your Network Inside Global - Public IP that outside network sees your hosts as Outside Local - How the local network sees IP of the remote host Outside Global - Public IP of...

Read
Autonomous Infrastructure DevOpsNetworking

Is SDN really the future?

For all the Network Engineers out there who, like myself, scream inside whenever someone confidently declares that SDN is the future - Don´t panic...

Read

September 2013

Cloud Sovereignty & Platforms NetworkingCisco

Configure SSH Access

Cisco Documents: SecurityAAASecure Shell Configuration Guide http://www.cisco.com/en/US/docs/ios-xml/ios/sec\usr\ssh/configuration/12-4t/sec-cfg-secure-shell.html

Read
Cloud Sovereignty & Platforms CiscoNetworkingDeep Tech

AAA Authentication

Cisco Docs: Securing User Services ConfigurationAuthentication Authorization and Accounting http://www.cisco.com/en/US/docs/ios-xml/ios/sec\usr\aaa/configuration/12-4t/sec-cfg-authentifcn.html

Read

August 2013

Cloud Sovereignty & Platforms NetworkingCisco

Advanced Spanning Tree

root primary - sets the priority to: if ROOT 24576 - sets to 24576 (priority 24576 sys-id-ext 12) if ROOT =< 24576 - sets to 4096 root secondary - sets the priority to 28762

Read
Cloud Sovereignty & Platforms NetworkingCisco

Private VLANs

Practical notes on private vlans — Networking, Cisco configuration, design, and troubleshooting guidance.

Read
Cloud Sovereignty & Platforms NetworkingCisco

VMPS: VLAN Membership Policy Server

VLAN Membership Policy Server - provides a centralized server for selecting the VLAN for a port dynamically based on the MAC address of the device connected to the port.

Read

July 2013

Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

uRPF - Unicast Reverse Path Forwarding

Cisco Docs: Cisco Docs: Secure DATA PLANESecurity Configuration Guide: Unicast Reverse Path Forwarding http://www.cisco.com/en/US/docs/ios-xml/ios/sec\data\urpf/configuration/12-4t/sec-data-urpf-12-4t-book.html

Read
Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

Zone Based Firewall

Cisco Docs: Secure DATA PLANESecurity Configuration Guide:Zone-Based Policy Firewall http://www.cisco.com/en/US/docs/ios-xml/ios/sec\data\zbf/configuration/12-4t/sec-data-zbf-12-4t-book.html

Read

May 2013

Cloud Sovereignty & Platforms NetworkingCisco

BGP Regular Expressions - explained with the examples

^ \- START of Line $ \- END of Line | \- Logical OR \ \- ANY DELIMETER ? \- ZERO instances of the PRECEDING character \ \- ZERO OR MODE instances of the PRECEDING character + \- ONE OR MORE instances of the PRECEDING...

Read
Cloud Sovereignty & Platforms NetworkingCisco

BGP Community Attribute

Community attribute is one of those non-standard BGP attributes that you really need to know well if you wish to use it.

Read
Cloud Sovereignty & Platforms NetworkingCisco

BGP Authentication

It's configured on PER-NEIGHBOR, or as described in the Previous Post - on the PER-PEER-GROUP basis.

Read
Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

BGP Backdoor Route

When you need to prefer LESS the eBGP route - you need a way to tune it, because not many routing protocols "beat" the eBGPs Administrative Distance (20).

Read
Cloud Sovereignty & Platforms NetworkingCisco

BGP "no sync" and "no auto-summary"

Two first things that are considered the "BGP configuration best practice" are to disable the SYNCHRONIZATION and disable the Auto Summarization.

Read
Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

BGP peer-group

It's a simple concept, just a group of neighbors we want to configure with the same group of parameters.

Read
Cloud Sovereignty & Platforms NetworkingCisco

BGP Route Reflectors

First of all, why was the concept of Route Reflectors introduced? It´s quite simple actually.

Read
Cloud Sovereignty & Platforms NetworkingCisco

OSPF Route Filtering

The big CON is that even though the Route is not added to the Routing Table - it will stay in the database, and it will be further propagated to the other OSPF Neighbors.

Read
Cloud Sovereignty & Platforms NetworkingCisco

OSPF Stub Area Types

First lets make sure we're comfortable with the LSA types, because you will not understand Stubs before you understand LSAs 100%

Read
Cloud Sovereignty & Platforms NetworkingCisco

OFPF Cost Tuning

Practical notes on ofpf cost tuning — Networking, Cisco configuration, design, and troubleshooting guidance.

Read
Cloud Sovereignty & Platforms NetworkingCisco

OSPF Authentication

Practical notes on ospf authentication — Networking, Cisco configuration, design, and troubleshooting guidance.

Read

April 2013

Cloud Sovereignty & Platforms NetworkingCisco

EIGRP STUB

First a heads up - it's a bit complicated because there are just too many details... Subjective impression!

Read
Cloud Sovereignty & Platforms NetworkingCisco

EIGRP: Route Summarization

The EIGRP route summarization is done exactly the same like RIP summarization, which makes sense because both protocols have the Distance Vector nature.

Read
Cloud Sovereignty & Platforms NetworkingCisco

RIP: Offset Lists and Update Control

RIP offset list \- used to INCREASE the Hop Count. To implement: \- define the ACL defining the relevant routes \- set the Hop Count to be increased (by 13 in this case):

Read
Cloud Sovereignty & Platforms CiscoNetworking

CCIE: Preparation Schedule

It's true, I've read millions of how-to stories. Ok, maybe not millions, cause there are currently like 17k R&S CCIEs in the world, but...

Read
Cloud Sovereignty & Platforms CiscoNetworking

Narbik in web-iou

Practical notes on narbik in web-iou — Cisco, Networking configuration, design, and troubleshooting guidance.

Read

March 2013

Cloud Sovereignty & Platforms NetworkingCisco

IOS IPS (Intrusion Prevention System)

Cisco Docs: Secure DATA PLANESecurity Configuration Guide:Cisco IOS Intrusion Prevention System http://www.cisco.com/en/US/docs/ios-xml/ios/sec\data\ios\ips/configuration/12-4t/sec-data-ios-ips-12-4t-book.html

Read

February 2013

January 2013

Cloud Sovereignty & Platforms CiscoNetworkingDeep Tech

Cisco WAAS Part II: Configuration

Practical notes on cisco waas part ii: configuration — Cisco, Networking configuration, design, and troubleshooting guidance.

Read
Cloud Sovereignty & Platforms NetworkingCiscoDeep Tech

QoS Part I: Classification and Marking

Quality of Service (QoS) is the ability to provide different levels of performance for individual applications and services that run over the networks.

Read