Feb 172013
 

In traditional physically looped L2 switched networks, the redundancy is removed by the STP algorithm. There we use the PVST or MST to tune that some link are not blocked for a specified VLAN. In a long run this will be a huge administrative burden.

To achieve forwarding over all links in the core, is to use some protocol which has the knowledge of the whole topology and the active links. Examples would be Fabric Path (FP) from Cisco, or the open standard Transparent Interconnection of Lots of Links (TRILL). We could also use the old good MPLS also to achieve this; specifically we will be encapsulating L2 Ethernet frames into MPLS

In the below topology we have H1 and H2 belonging to VLAN 2, which are supposed to communicate over the EoMPLS backbone. All of the packets send from VLAN 2 will be encapsulated inside the MPLS payload. At the end we have 2 logical wires or Pseudo-wire between the 2 switches.

topology

For MPLS to work at all we have to take the following points into account:

  • Ensure L3 reachability via static routing or dynamic routing.
  • Enable MPLS on the interfaces.
  • Loopback interfaces on routers to specify the MPLS Label Distribution Protocol (LDP) router-id.
  • CEF switching must be enabled for MPLS to work (default enabled).

Continue reading »

Jan 072013
 

The nexus series switches return an integer value of 4 when it detects a power failure and integer value of 2 if operational.

The power labels are 470 or 471 if the power supply of the switch is damaged. The label 470 and 471 relates to the power supply unit 1 and 2 respectively.

If a fabric extender detects a power unit failure, it returns an integer of 4 for the labels fex_number_000470 and fex_number_000471. For example if the fabric extender attached has an association number of 111, the label will be 111000470 for power supply unit 1 and 111000471 for power supply unit 2.

snmpwalk -c public  10.23.225.166 -v 2c 1.3.6.1.4.1.9.9.117.1.1.2.1.2 | grep -i "INTEGER: 4"

SNMPv2-SMI::enterprises.9.9.117.1.1.2.1.2.471 = INTEGER: 4

In the above example the power supply unit 2 of the switch 10.23.225.166 is failed.