Pete's Packet

Limitless

  • Catagories

  • Global visitors

    free counters
  • RSS CCIE Jobs – Metro NY area

    • Network Engineer
      TEKsystems New York, NY
    • Network Engineer - Data
      AMS Staffing Solutions Matawan, NJJob description: ...and/or 10+ years equivalent work experience.At least one certifications in the following list: CCIECCNE MCSE+Knowledge & Experience...
    • Sr. Network Manager/Architect
      Donahue & Moore Associates, LTD. New York, NYJob description: ...Fiber) and Video Conferencing.Certificates in various network technologies are a must, and should include Cisco CCIE & CCNP.Excellent benefits package!Resumes first, please.  Please send your resume...
    • Pre-Sales Network Engineer
      Prism Partners, LLC. New York, NYJob description: ...in providing pre-sales engineering support. Senior Architect level knowledge in the following areas: Data Center, Virtualization Job Description: CCIE / CCNP level needed for Cisco Pre-Sales Engineering role with a national leading Cisco Partner. Enterprise Technology Solutions provider has...

IEEE Launches Study Group to Explore 400Gb/s Ethernet.

Posted by Peter Kurdziel on April 4, 2013

IEEE, the world’s largest professional organization advancing technology for humanity, today announced the launch of an IEEE 802.3 standard for Ethernet study group to explore development of a 400Gb/s Ethernet standard to efficiently support ever-increasing, exponential network bandwidth growth.

“Traffic is growing everywhere – more Internet users, more ways to access the Internet more quickly, higher-bandwidth content, new applications enabled, etc. – and it is critical that we move now to create a plan for the Ethernet ecosystem to evolve beyond today’s capabilities, in order to accommodate the burgeoning bandwidth tsunami,” said John D’Ambrosia, chair of the new IEEE 802.3 400 Gb/s Ethernet study group and chief Ethernet evangelist at Dell.

Posted in Other | Leave a Comment »

IPv6 Etherchannel – workaround

Posted by Peter Kurdziel on March 13, 2013

A workaround for unsupported IPv6 etherchannel’s.

Switch1

Interface Tunnel1
  no ip address
  ipv6 address 2012:10::1/64
  ipv6 rip RIPING enable
  tunnel source 192.168.10.1
  tunnel destination 192.168.10.2
Interface Port-channel13
  no switchport
  ip address 192.168.10.1 255.255.255.0
 

Switch2

Interface Tunnel11
  no ip address
  ipv6 address 2012:10::3/64
  ipv6 rip RIPING enable
  tunnel source 192.168.10.2
  tunnel destination 192.168.10.1
Interface Port-channel13
  no switchport
  ip address 192.168.10.2 255.255.255.0

Posted in IPV6 | Tagged: , , | Leave a Comment »

Configuring the Cisco Nexus 2000 Series Fabric Extender

Posted by Peter Kurdziel on March 12, 2013

Configuring a FEX with a Layer 3 Host Interface

This example shows how to configure a Fabric Extender with a Layer 3 host interface (at the interface level, subinterface level, port channel level, and port channel subinterface level):

Layer 3 Configuration Layer 3 Subinterface Configuration
config t
interface ethernet 101/1/1
no switchport
ip address 192.0.1.1/24
Mtu 9000
no shutdown
config t
interface ethernet 101/1/1.12
ip address 192.0.2.1/24
encapsulation dot1Q 12
mtu 850
no shutdown

Layer 3 Host Interface Port Channel Configuration Layer 3 Host Interface Port Channel Subinterface Configuration
config t
interface ethernet 101/1/1-2
no switchport
channel-group 12
no shutdown

interface port-channel 12
ip address 192.0.3.1/24
mtu 2000
no shutdown
config t
interface ethernet 101/1/1-2
no switchport
channel-group 12
no shutdown

interface port-channel 12.14
ip address 192.0.4.1/24
encapsulation dot1Q 14
mtu 1700
no shutdown

Note

The VLAN used in the Layer 3 host interface (HIF) or host interface port channel (HIFPC) subinterface has only local significance to its parent interface. The same VLAN ID can be reused between Layer 3 subinterfaces in the same switch or VDC.


Configuring a Host Interface in a vPC Topology Connected to Two FEXs

This example shows how to configure a host vPC with a FEX (host vPC attached to two different FEXs):

Switch 1 Configuration Switch 2 Configuration
config t
feature lacp
int e101/1/1-2
channel-group 12 mode active
no shutdown

Int port-channel10
switchport
  switchport mode trunk
  switchport trunk allowed vlan 1-20
vpc 10
config t
feature lacp
int e101/1/1-2
channel-group 12 mode active
no shutdown

Int port-channel10
switchport
  switchport mode trunk
  switchport trunk allowed vlan 1-20
vpc 10

Configuring a FEX in Active-Active Mode

This example shows how to configure a FEX in active-active mode:

Switch 1 Configuration Switch 2 Configuration
int eth 1/1
channel-group 1
int po1
switchport
switchport mode fex-fabric
fex associate 101
vpc 10
int eth 2/2
channel-group 2
int po2
switchport
switchport mode fex-fabric
fex associate 101
vpc 10

Note

  • The chassis number (fex-id) for both switches must be the same.
  • Configuring FEX-AA across two VDCs on the same chassis is not supported.
  • FEX-AA does not support Layer 3 interfaces.

Dual-homing of a Server to a FEX with FabricPath

To configure FabricPath interfaces for two Cisco Nexus 7000 Series switches that are connected with FabricPath, perform the following tasks on each switch:

  • Enable FabricPath on each switch.
  • Configure the interfaces that you want to designate as FabricPath interfaces.
  • Set the STP priority device to 8192 on all FabricPath Layer 2 gateway devices.
  • (Optional) Set the STP domain ID for each of the separate STP domains that are connected to the FabricPath network.
  • (Optional) Configure a FEX switch ID.

To configure FabricPath interfaces, follow these steps:

  1. (Optional) Enable FabricPath on each switch.
    switch# config terminal
    switch(config)# feature fabricpath
    switch(config-lldp)# exit
    switch(config)#
  2. After you enable FabricPath on the switch, configure the specified interface as FabricPath interfaces.
    switch(config)# interface ethernet 1/2
    switch(config-if)# switchport mode fabricpath 
    switch(config-if)# exit
    switch(config)#
  3. Configure the STP priority for all Rapid PVST+ VLANs as 8192.
    switch# config terminal 
    switch(config)# spanning-tree vlan 11-20 priority 8192
    switch(config)#
  4. Configure the STP priority for all MST instances as 8192.
    switch# config terminal 
    switch(config)# spanning-tree mst 1-5 priority 8192
    switch(config)#
  5. (Optional) Configure the STP domain ID on each FabricPath Layer 2 gateway switch attached to the FabricPath network.
    switch# config terminal 
    switch(config)# spanning-tree domain 5
    switch(config)
  6. (Optional) Configure the FEX switch ID.

    Note

    See the Cisco Nexus 7000 Series NX-OS Interfaces Configuration Guide for information on configuring FEX.



    Note

    FEX VPC+ configurations are supported only on F2 modules.


    If you are setting up an initial FEX VPC+ configuration on an F Series module, follow these steps:

    1. In the VPC domain configuration mode, enable partial DF mode with the fabricpath multicast load-balance command.
    2. If disabled, enable TRILL style mac-address learning with the mac address-table core-port-learning command.
    3. In the VPC domain configuration mode, configure the emulated switch ID with the fabricpath switchid switchid#command.
    4. On each of the VPC/VPC+ peer link interfaces in interface configuration mode, enter the switchport mode fabricpath command.
    5. On each VPC/VPC+ peer link port channel, enter the VPC peer-link command.
    6. Configure the VPC ID with the vpc vpcid command.

    If you are changing an existing FEX VPC configuration to a FEX VPC+ configuration on an F Series module, follow these steps:

    1. In the VPC domain configuration mode, enable partial DF mode with the fabricpath multicast load-balance command.
    2. If disabled, enable trill style mac-address learning with the mac address-table core-port-learning command.
    3. In the VPC domain configuration mode, configure the emulated switch ID with the fabricpath switchid switchid# command.
  7. Copy the configuration.
    switch(config)# copy running-config startup-config
    switch(config)#

Verifying the Configuration

 

This section describes how to display the configuration of the Fabric Extender and verify the chassis hardware status.

Verifying the Fabric Extender Configuration

 

To display configuration information about the defined interfaces on a Fabric Extender, perform one of the following tasks:

Command or Action Purpose
show fex [FEX-number] [detail] Displays information about a specific Fabric Extender or all attached units.
show interface type number fex-intf Displays the Fabric Extender ports that are pinned to a specific switch interface.
show interface fex-fabric Displays the switch interfaces that have detected a Fabric Extender uplink.
show interface ethernet number transceiver [fex-fabric] Displays the SFP+ transceiver and diagnostic optical monitoring (DOM) information for the Fabric Extenderuplinks.
show feature-set Displays the status of the feature sets on the device.

Configuration Examples for the Fabric Extender

This example shows how to display all the attached Fabric Extender units:

switch# show fex
  FEX         FEX           FEX                       FEX
Number    Description      State            Model            Serial
------------------------------------------------------------------------
101        FEX0101            Online     N2K-C2248TP-1GE   JAF1418AARL

This example shows how to display the detailed status of a specific Fabric Extender:

switch# show fex 101 detail
FEX: 101 Description: FEX0101   state: Online
  FEX version: 5.1(1) [Switch version: 5.1(1)]
  FEX Interim version: 5.1(0.159.6)
  Switch Interim version: 5.1(1)
  Extender Model: N2K-C2248TP-1GE,  Extender Serial: JAF1418AARL
  Part No: 73-12748-05
  Card Id: 99, Mac Addr: 54:75:d0:a9:49:42, Num Macs: 64
  Module Sw Gen: 21  [Switch Sw Gen: 21]
 pinning-mode: static    Max-links: 1
  Fabric port for control traffic: Po101
  Fabric interface state:
    Po101 - Interface Up. State: Active
    Eth2/1 - Interface Up. State: Active
    Eth2/2 - Interface Up. State: Active
    Eth4/1 - Interface Up. State: Active
    Eth4/2 - Interface Up. State: Active
  Fex Port        State  Fabric Port  Primary Fabric
       Eth101/1/1    Up       Po101       Po101
       Eth101/1/2    Up       Po101       Po101
       Eth101/1/3  Down       Po101       Po101
       Eth101/1/4  Down       Po101       Po101
       Eth101/1/5  Down       Po101       Po101
       Eth101/1/6  Down       Po101       Po101
       Eth101/1/7  Down       Po101       Po101
       Eth101/1/8  Down       Po101       Po101
       Eth101/1/9  Down       Po101       Po101
      Eth101/1/10  Down       Po101       Po101
      Eth101/1/11  Down       Po101       Po101
      Eth101/1/12  Down       Po101       Po101
      Eth101/1/13  Down       Po101       Po101
      Eth101/1/14  Down       Po101       Po101
      Eth101/1/15  Down       Po101       Po101
      Eth101/1/16  Down       Po101       Po101
      Eth101/1/17  Down       Po101       Po101
      Eth101/1/18  Down       Po101       Po101
      Eth101/1/19  Down       Po101       Po101
      Eth101/1/20  Down       Po101       Po101
      Eth101/1/21  Down       Po101       Po101
      Eth101/1/22  Down       Po101       Po101
      Eth101/1/23  Down       Po101       Po101
      Eth101/1/24  Down       Po101       Po101
      Eth101/1/25  Down       Po101       Po101
      Eth101/1/26  Down       Po101       Po101
      Eth101/1/27  Down       Po101       Po101
      Eth101/1/28  Down       Po101       Po101
      Eth101/1/29  Down       Po101       Po101
      Eth101/1/30  Down       Po101       Po101
      Eth101/1/31  Down       Po101       Po101
      Eth101/1/32  Down       Po101       Po101
      Eth101/1/33  Down       Po101       Po101
      Eth101/1/34  Down       Po101       Po101
      Eth101/1/35  Down       Po101       Po101
      Eth101/1/36  Down       Po101       Po101
      Eth101/1/37  Down       Po101       Po101
      Eth101/1/38  Down       Po101       Po101
      Eth101/1/39  Down       Po101       Po101
      Eth101/1/40  Down       Po101       Po101
      Eth101/1/41  Down       Po101       Po101
      Eth101/1/42  Down       Po101       Po101
      Eth101/1/43  Down       Po101       Po101
      Eth101/1/44  Down       Po101       Po101
      Eth101/1/45  Down       Po101       Po101
      Eth101/1/46  Down       Po101       Po101
      Eth101/1/47  Down       Po101       Po101
      Eth101/1/48  Down       Po101       Po101
Logs:
09/21/2010 21:14:26.843850: Module register received
09/21/2010 21:14:26.845778: Registration response sent
09/21/2010 21:14:27.663073: Module Online Sequence
09/21/2010 21:14:30.191121: Module Online

This example shows how to display the Fabric Extender interfaces pinned to a specific switch interface:

switch# show interface port-channel 101 fex-intf
Fabric           FEX
Interface        Interfaces
---------------------------------------------------
 Po101           Eth101/1/2    Eth101/1/1

This example shows how to display the switch interfaces that are connected to a Fabric Extender uplink:

switch# show interface fex-fabric
     Fabric      Fabric       Fex                FEX
Fex  Port      Port State    Uplink    Model         Serial
---------------------------------------------------------------
101    Eth2/1        Active     1    N2K-C2248TP-1GE  JAF1418AARL
101    Eth2/2        Active     2    N2K-C2248TP-1GE  JAF1418AARL
101    Eth4/1        Active     3    N2K-C2248TP-1GE  JAF1418AARL
101    Eth4/2        Active     4    N2K-C2248TP-1GE  JAF1418AARL

This example shows how to display the SFP+ transceiver and diagnostic optical monitoring (DOM) information for Fabric Extender uplinks for an SFP+ transceiver that is plugged into the parent switch interface:

switch# show interface ethernet 1/40 transceiver
Ethernet1/40
    sfp is present
    name is CISCO-MOLEX INC
    part number is 74752-9026
    revision is A0
    serial number is MOC13321057
    nominal bitrate is 12000 MBits/sec
    Link length supported for copper is 3 m(s)
    cisco id is --
    cisco extended id number is 4

This example shows how to display the SFP+ transceiver and DOM information for Fabric Extender uplinks for an SFP+ transceiver that is plugged into the uplink port on the Fabric Extender:

switch# show interface ethernet 1/40 transceiver fex-fabric
Ethernet1/40
    sfp is present
    name is CISCO-MOLEX INC
    part number is 74752-9026
    revision is A0
    serial number is MOC13321057
    nominal bitrate is 12000 MBits/sec
    Link length supported for 50/125mm fiber is 0 m(s)
    Link length supported for 62.5/125mm fiber is 0 m(s)
    cisco id is --
    cisco extended id number is 4

This example shows how to display the status of the feature sets on the device:

switch# show feature-set
Feature Set Name      ID        State
--------------------  --------  --------
fcoe                   1          installed
fabricpath             2          enabled
fex                    3          enabled
switch#

This example shows how to display the services used by the Fabric Extender feature set:

switch# show feature-set services fex
vntag_mgr
fex
2 services in feature set fex
switch#

Verifying the Chassis Management Information

 

To display configuration information used on the switch supervisor to manage the Fabric Extender, perform one of the following tasks:

Command or Action Purpose
show environment fex {all | FEX-number} [temperature | power | fan] Displays the environmental sensor status.
show inventory fex FEX-number Displays inventory information for a Fabric Extender.
show module fex FEX-number Displays module information about a Fabric Extender.
show sprom fex FEX-number {all | backplane | powersupply ps-num} | all Displays the contents of the serial PROM (SPROM) on the Fabric Extender.

Configuration Examples for Chassis Management

This example shows how to display the module information about all connected Fabric Extender units:

switch# show module fex

FEX Mod Ports Card Type                          Model              Status.
--- --- ----- ---------------------------------- ------------------ -----------
101  1  48    Fabric Extender 48x1GE + 4x10G M   N2K-C2248TP-1GE    ok

FEX Mod Sw              Hw      World-Wide-Name(s) (WWN)
--- --- --------------  ------  -----------------------------------------------
101  1  5.1(1)          3.5     --
FEX Mod  MAC-Address(es)                         Serial-Num
--- ---  --------------------------------------  ----------
101  1   5475.d0a9.4940 to 5475.d0a9.496f        JAF1418AARL

This example shows how to display the inventory information about a specific Fabric Extender:

switch# show inventory fex 101
NAME: "FEX 101 CHASSIS", DESCR: "N2K-C2248TP-1GE  CHASSIS"
PID: N2K-C2248TP-1GE   , VID: V00 , SN: SSI13380FSM

NAME: "FEX 101 Module 1", DESCR: "Fabric Extender Module: 48x1GE, 4x10GE Supervisor"
PID: N2K-C2248TP-1GE   , VID: V00 , SN: JAF1339BDSK

NAME: "FEX 101 Fan 1", DESCR: "Fabric Extender Fan module"
PID: N2K-C2248-FAN     , VID: N/A , SN: N/A

NAME: "FEX 101 Power Supply 2", DESCR: "Fabric Extender AC power supply"
PID: NXK-PAC-400W      , VID:  000, SN:      LIT13370QD6

This example shows how to display the environment status for a specific Fabric Extender:

switch# show environment fex 101

Temperature Fex 101:
-----------------------------------------------------------------
Module   Sensor     MajorThresh   MinorThres   CurTemp     Status
                    (Celsius)     (Celsius)    (Celsius)
-----------------------------------------------------------------
1        Outlet-1   60            50           33          ok
1        Outlet-2   60            50           38          ok
1        Inlet-1    50            40           35          ok
1        Die-1      100           90           44          ok

Fan Fex: 101:
------------------------------------------------------
Fan             Model                Hw         Status
------------------------------------------------------
Chassis         N2K-C2148-FAN        --         ok
PS-1            --                   --         absent
PS-2            NXK-PAC-400W         --         ok

Power Supply Fex 101:
---------------------------------------------------------------------------
Voltage: 12 Volts
-----------------------------------------------------
PS  Model                Power       Power     Status
                         (Watts)     (Amp)
-----------------------------------------------------
1   --                        --        --     --
2   NXK-PAC-400W            4.32      0.36     ok

Mod Model                Power     Power       Power     Power       Status
                         Requested Requested   Allocated Allocated
                         (Watts)   (Amp)       (Watts)   (Amp)
--- -------------------  -------   ----------  --------- ----------  ----------
1    N2K-C2248TP-1GE     0.00      0.00        0.00      0.00        powered-up

Power Usage Summary:
--------------------
Power Supply redundancy mode:                 redundant

Total Power Capacity                                4.32 W

Power reserved for Supervisor(s)                    0.00 W
Power currently used by Modules                     0.00 W

                                                -------------
Total Power Available                               4.32 W
                                                -------------

This example shows how to display the SPROM for a specific Fabric Extender:

switch# show sprom fex 101 all
DISPLAY FEX 101 SUP sprom contents
Common block:
 Block Signature : 0xabab
 Block Version   : 3
 Block Length    : 160
 Block Checksum  : 0x1a1e
 EEPROM Size     : 65535
 Block Count     : 3
 FRU Major Type  : 0x6002
 FRU Minor Type  : 0x0
 OEM String      : Cisco Systems, Inc.
 Product Number  : N2K-C2248TP-1GE
 Serial Number   : JAF1339BDSK
 Part Number     : 73-12748-01
 Part Revision   : 11
 Mfg Deviation   : 0
 H/W Version     : 0.103
 Mfg Bits        : 0
 Engineer Use    : 0
 snmpOID         : 9.12.3.1.9.78.3.0
 Power Consump   : 1666
 RMA Code        : 0-0-0-0
 CLEI Code       : XXXXXXXXXTBDV00
 VID             : V00
Supervisor Module specific block:
 Block Signature : 0x6002
 Block Version   : 2
 Block Length    : 103
 Block Checksum  : 0x2686
 Feature Bits    : 0x0
 HW Changes Bits : 0x0
 Card Index      : 11016
 MAC Addresses   : 00-00-00-00-00-00
 Number of MACs  : 0
 Number of EPLD  : 0
 Port Type-Num   : 1-48;2-4
 Sensor #1       : 60,50
 Sensor #2       : 60,50
 Sensor #3       : -128,-128
 Sensor #4       : -128,-128
 Sensor #5       : 50,40
 Sensor #6       : -128,-128
 Sensor #7       : -128,-128
 Sensor #8       : -128,-128
 Max Connector Power: 4000
 Cooling Requirement: 65
 Ambient Temperature: 40

DISPLAY FEX 101 backplane sprom contents:
Common block:
 Block Signature : 0xabab
 Block Version   : 3
 Block Length    : 160
 Block Checksum  : 0x1947
 EEPROM Size     : 65535
 Block Count     : 5
 FRU Major Type  : 0x6001
 FRU Minor Type  : 0x0
 OEM String      : Cisco Systems, Inc.
 Product Number  : N2K-C2248TP-1GE
 Serial Number   : SSI13380FSM
 Part Number     : 68-3601-01
 Part Revision   : 03
 Mfg Deviation   : 0
 H/W Version     : 1.0
 Mfg Bits        : 0
 Engineer Use    : 0
 snmpOID         : 9.12.3.1.3.914.0.0
 Power Consump   : 0
 RMA Code        : 0-0-0-0
 CLEI Code       : XXXXXXXXXTDBV00
 VID             : V00
Chassis specific block:
 Block Signature : 0x6001
 Block Version   : 3
 Block Length    : 39
 Block Checksum  : 0x2cf
 Feature Bits    : 0x0
 HW Changes Bits : 0x0
 Stackmib OID    : 0
 MAC Addresses   : 00-0d-ec-e3-28-00
 Number of MACs  : 64
 OEM Enterprise  : 0
 OEM MIB Offset  : 0
 MAX Connector Power: 0
WWN software-module specific block:
 Block Signature : 0x6005
 Block Version   : 1
 Block Length    : 0
 Block Checksum  : 0x66
wwn usage bits:
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00
 00 00
License software-module specific block:
 Block Signature : 0x6006
 Block Version   : 1
 Block Length    : 16
 Block Checksum  : 0x86f
lic usage bits:
 ff ff ff ff ff ff ff ff

DISPLAY FEX 101 power-supply 2 sprom contents:
Common block:
 Block Signature : 0xabab
 Block Version   : 3
 Block Length    : 160
 Block Checksum  : 0x1673
 EEPROM Size     : 65535
 Block Count     : 2
 FRU Major Type  : 0xab01
 FRU Minor Type  : 0x0
 OEM String      : Cisco Systems Inc   NXK-PAC-400W
 Product Number  : NXK-PAC-400W
 Serial Number   :      LIT13370QD6
 Part Number     :         341
 Part Revision   : -037
 CLEI Code       : 5-01     01  000
 VID             :  000
 snmpOID         : 12336.12336.12336.12336.12336.12336.12374.12336
 H/W Version     : 43777.2
 Current         : 36
 RMA Code        : 200-32-32-32
Power supply specific block:
 Block Signature : 0x0
 Block Version   : 0
 Block Length    : 0
 Block Checksum  : 0x0
 Feature Bits    : 0x0
 Current 110v    : 36
 Current 220v    : 36
 Stackmib OID    : 0
 
source: http://www.cisco.com/en/US/docs/switches/datacenter/nexus2000/sw/configuration/guide/rel_6_1/b_Configuring_the_Cisco_Nexus_2000_Series_Fabric_Extender_rel_6_1_chapter_010.html#reference_E9C2D0CE06DB4289A543623C3E60B76D

Posted in Nexus | Tagged: , | Leave a Comment »

Nexus Q-in-Q and Layer 2 Protocol Tunneling config and verification

Posted by Peter Kurdziel on March 12, 2013

Service provider switch configured to process Q-in-Q for traffic coming in on Ethernet 7/1. A Layer 2 protocol tunnel is enabled for STP BPDUs. The customer is allocated VLAN 10 (outer VLAN tag).

switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# vlan 10
switch(config-vlan)# no shutdown
switch(config-vlan)# no ip igmp snooping
switch(config-vlan)# exit
switch(config)# interface ethernet 7/1
switch(config-if)# switchport
switch(config-if)# switchport mode dot1q-tunnel
switch(config-if)# switchport access vlan 10
switch(config-if)# spanning-tree port type edge
switch(config-if)# l2protocol tunnel stp
switch(config-if)# no shutdown
switch(config-if)# exit
switch(config)# exit
switch#

Verifying the Q-in-Q Configuration

clear l2protocol tunnel counters [interface if-range] = Clears all the statistics counters. If no interfaces are specified, the Layer 2 protocol tunnel statistics are cleared for all interfaces.

show dot1q-tunnel [interface if-range] = Displays a range of interfaces or all interfaces that are in dot1q-tunnel mode.

show l2protocol tunnel [interface if-range | vlan vlan-id] = Displays Layer 2 protocol tunnel information for a range of interfaces, for all dot1q-tunnel interfaces that are part of a specified VLAN or all interfaces.

show l2protocol tunnel summary = Displays a summary of all ports that have Layer 2 protocol tunnel configurations.

show running-config l2pt = Displays the current Layer 2 protocol tunnel running configuration.

 

Posted in Nexus | Tagged: | Leave a Comment »

Feature-Based Licenses for the Cisco Nexus 5000 Series

Posted by Peter Kurdziel on February 20, 2013

Feature License Product ID Features
FabricPath Services Package

ENHANCED_LAYER2_PKG

N5548-EL2-SSK9

N5596-EL2-SSK9

FabricPath
FCoE NPV Package

FCOE_NPV_PKG

N5010-FNPV-SSK9

N5020-FNPV-SSK9

N5548-FNPV–SSK9

N5596-FNPV-SSK9

FCoE NPV
Layer 3 Base Services Package

LAN_BASE_SERVICES_PKG

N55-BAS1K9
  • Static routing
  • RIPv2
  • OSPFv2 and OSPFv3
  • EIGRP stub
  • HSRP 3
  • VRRP 4
  • IGMP v2/v3
  • PIMv2 (sparse mode)
  • routed ACL
  • uRPF
  •  MSDP
Layer 3 Enterprise Services Package

LAN_ENTERPRISE_SERVICES_PKG

N55-LAN1K9
  • Full EIGRP
  • BGP and VRF-lite (IP-VPN)
Storage Protocols Services Package

FC_FEATURES_PKG

N5010-SSK9

N5020-SSK9

N55-8P-SSK9

N55-48P-SSK9

N55-96P-SSK9

  • Native Fibre Channel
  • FCoE
  • NPV
  • FC Port Security
  • Fabric Binding
VM-FEX Package N55-VMFEXK9 VM-FEX
3 Although this feature can be enabled and configured in the CLI without this license, it will not function until the license is installed.
4 Although this feature can be enabled and configured in the CLI without this license, it will not function until the license is installed.

Posted in Cisco Nexus, Nexus | Tagged: , , | Leave a Comment »

Feature-Based Licenses for the Cisco Nexus 6000 Series

Posted by Peter Kurdziel on February 20, 2013

 
Feature License Product ID Features
FabricPath Services Package

ENHANCED_LAYER2_PKG

N6K-EL2-SSK9 FabricPath
FCoE NPV Package

FCOE_NPV_PKG

N6K-FNPV-SSK9 FCoE NPV
Layer 3 Base Services Package

LAN_BASE_SERVICES_PKG

N6K-BAS1K9
  • Static routing
  • RIPv2
  • OSPFv2 and OSPFv3
  • EIGRP stub
  • HSRP 1
  • VRRP 2
  • IGMP v2/v3
  • PIMv2 (sparse mode)
  • routed ACL
  • uRPF
  •  MSDP
Layer 3 Enterprise Services Package

LAN_ENTERPRISE_SERVICES_PKG

N6K-LAN1K9
  • Full EIGRP
  • BGP
Storage Protocols Services Package

FC_FEATURES_PKG

N6K-16P-10GE-SSK9

N6K-4P-40GE-SSK9

  • Native Fibre Channel
  • FCoE
  • NPV
  • FC Port Security
  • Fabric Binding
VM-FEX Package N6K-VMFEXK9 VM-FEX
1 Although this feature can be enabled and configured in the CLI without this license, it will not function until the license is installed.
2 Although this feature can be enabled and configured in the CLI without this license, it will not function until the license is installed.

This table lists the feature-based license packages for the Cisco Nexus 5000 Series switches.

Posted in Nexus | Tagged: | Leave a Comment »

Feature-Based Licenses for the Cisco Nexus 7000 Series

Posted by Peter Kurdziel on February 20, 2013

Feature-Based Licenses for the Cisco Nexus 7000 Series
Feature License Product ID Features
Enterprise Services Package

LAN_ENTERPRISE_SERVICES_PKG

N7K-LAN1K9
  •  Open Shortest Path First (OSPF) Protocol
  •  Border Gateway Protocol (BGP)
  •  Intermediate System-to-Intermediate System (IS-IS) Protocol (Layer 3 only)
  •  Protocol Independent Multicast (PIM) which includes sparse mode, bidirectional mode, and source-specific mode (SSM)
  •  Multicast Source Discovery Protocol (MSDP)
  •  Policy-Based Routing
  •  Generic routing encapsulation (GRE) tunnel
  •  Enhanced Interior Gateway Routing Protocol (EIGRP)
Advanced Services Package

LAN_ADVANCED_SERVICES_PKG

N7K-ADV1K9
  • Virtual device contexts (VDCs)
VDC Licenses

VDC_PKG

N7K-VDC1K9
  • Increments four VDC licenses that allow the Cisco Nexus 7000 Series Supervisor 2 Enhanced module to support eight VDCs
Transport Services Package

LAN_TRANSPORT_SERVICES_PKG

N7K-TRS1K9
  • Overlay Transport Virtualization (OTV)
  • Locator/ID Separation Protocol (LISP)
Scalable Feature Package

LAN_SCALABLE_FEATURE_PKG

N7K-C7004-XL

N7K-C7010-XL

N7K-C7018-XL

A single license per system enables all XL-capable I/O modules to operate in XL mode. The license increases the performance of the following features:

  • IPv4 routes
  • IPv6 routes
  • ACL entries
Enhanced Layer 2 Package

ENHANCED_LAYER2_PKG

N7K-EL21K9
  • FabricPath support on the F Series module
MPLS Services Package

MPLS_PKG

N7K-MPLS1K9
  • Multiprotocol Label Switching (MPLS)
Storage Enterprise Package

STORAGE_ENT

N7K-SAN1K9
  • Inter-VSAN routing (IVR) over Fibre Channel and FCoE IVR Network Address Translation (NAT) over Fibre Channel
  • VSAN-based Access Control
  • Fabric Binding for open systems

Posted in Nexus | Tagged: | 1 Comment »

OSPF packet types

Posted by Peter Kurdziel on January 23, 2013

Type 1, Hello: Builds adjacencies
Type 2, Database Description (DBD): Checks for database synchronization between routers
Type 3, Link-State Request (LSR): Requests link-state specifics from the router
Type 4, Link-State Update (LSU): Sends requested link-state records
Type 5, Link-State Acknowledgment (LSA): Acknowledges the other packet types

Posted in OSPF, Routing & Switching Lab | Tagged: | Leave a Comment »

Cisco IOS Voice Configuration Library Shortcuts

Posted by Peter Kurdziel on November 21, 2012

Cisco IOS Voice Configuration Library

Cisco IOS Voice and Telephony Highlights Cisco IOS Command Reference
Cisco IOS Voice Command Reference

 

Physical and Virtual Voice Interfaces Troubleshooting
Cisco IOS Call Control Technology

H.323

Cisco Unified Border Element (Cisco UBE)

Cisco Unified Border Element (Enterprise)

 

Session Initiation Protocol (SIP)

Telephony Gateway Registration Protocol (TGREP)

Media Gateway Control Protocol (MGCP)

Cisco Unified Communications Manager Interoperability

PBX Interoperability, ISDN, and Trunking Voice Over Layer 2 Protocols
Video Applications Fax, Modem and Text Support
Mobility Support   Cisco IOS Telephony Applications

 

 
Security
Secure Communication Between IP-STE Endpoint and Line-Side STE Endpoint (For Cisco IOS Releases 12.4(4)T and 12.4(9)T only)

Cisco V.150.1 Minimum Essential Requirements (for Cisco IOS Release 15.1(4)M only)

Additional Voice Applications   Related Documents
 
Tcl IVR and VoiceXML Quality of Service

Source: http://www.cisco.com/en/US/docs/ios/12_3/vvf_c/cisco_ios_voice_configuration_library_glossary/vcl.htm

Posted in VOIP | Leave a Comment »

Cisco NX-OS/IOS Configuration Fundamentals Comparison

Posted by Peter Kurdziel on November 15, 2012

 

Cisco IOS CLI Cisco NX-OS CLI
Default User Prompt
c6500> n7000#
Entering Configuration Mode
c6500# configure terminal n7000# configure terminal
Saving the Running Config to the Startup Config (nvram)
c6500# write memory n7000# copy running-config startup-config
or
c6500# copy running-config startup-config
Erasing the startup config (nvram)
c6500# write erase n7000# write erase
Installing a License
Cisco IOS Software does not require a license file installation. n7000# install license bootflash:license_file.lic
Interface Naming Convention
interface Ethernet 1/1 interface Ethernet 1/1
interface FastEthernet 1/1
interface GigabitEthernet 1/1
interface TenGigabitEthernet 1/1
Default VRF Configuration (management)
Cisco IOS Software doesn’t enable VRFs by default. vrf context management
Configuring the Software Image Boot Variables
boot system flash sup-bootdisk:s72033-ipservicesk9_wan-mz.122-33.SXH1.bin boot kickstart bootflash:/n7000-s1-kickstart.4.0.4.bin sup-1
boot system bootflash:/n7000-s1-dk9.4.0.4.bin sup-1
boot kickstart bootflash:/n7000-s1-kickstart.4.0.4.bin sup-2
boot system bootflash:/n7000-s1-dk9.4.0.4.bin sup-2
Enabling Features
Cisco IOS Software does not have the functionality to enable or disable features. feature ospf
Enabling TELNET (SSHv2 is recommended)
Cisco IOS Software enables TELNET by default. feature telnet
Configuring the Console Timeout
line console 0 line console
exec-timeout 15 0 exec-timeout 15
login
Configuring the VTY Timeout and Session Limit
line vty 0 9 line vty
session-limit 10 session-limit 10
exec-timeout 15 0 exec-timeout 15
login

Verification Command Comparison

The following table compares some useful show commands for verifying the initial system startup and running configuration.

 

Cisco NX-OS Cisco IOS Software Command Description
show running-config show running-config Displays the running configuration
show startup-config show startup-config Displays the startup configuration
show interface show interface Displays the status for all of the interfaces
show interface ethernet <x/x> show interface <int type> Displays the status for a specific interface
show interface mgmt 0 - Displays the status for the mgmt interface
show boot show boot Displays the current boot variables
show clock show clock Displays the system clock and time zone configuration
show clock detail show clock detail Displays the summer-time configuration
show environment show environment Displays all environment parameters
show environment clock show environment status clock Displays clock status for A/B and active clock
show environment fan show environment cooling fan-tray Displays fan status
show environment power show power Displays power budget
show environment temperature show environment temperature Displays environment data
show feature - Displays the features and routing processes enabled
show log logfile show log Displays the local log
show log nvram - Displays persistent log messages (severity 0-2) stored in NVRAM
show module show module Displays installed modules and their status
show module uptime - Displays how long each module has be powered up
show module fabric - Displays fabric modules and their current status
show platform fabric-utilization show fabric utilization Displays the % of fabric utilized per module
show process cpu show process cpu Displays the processes running on the CPU
show process cpu history show process cpu history Displays the process history of the CPU in chart form
show process cpu sorted show process cpu sorted Displays sorted processes running on the CPU
show system cores - Displays the core dump files if present
show system exception-info show exception Displays last exception log
show system redundancy status show redundancy Displays the supervisors High Availability status
show system resources show process cpu Displays CPU and memory usage data
show system uptime - Displays system and kernel start time (Displays active supervisor uptime)
show tech-support show tech-support Displays system technical information for Cisco TAC
show tech-support <name> show tech-support <name> Displays feature specific technical information for Cisco TAC
show version show version Displays running software version, basic hardware, CMP status and system uptime
show line show line Displays console and auxiliary port information
show line com1 - Displays auxiliary port information
show line console show line console 0 Displays console port information
show line console connected - States if the console port is physically connected
show terminal show terminal Displays terminal settings
show users show users Displays current virtual terminal settings
show vrf show ip vrf Displays a list of all configured VRFs
show vrf <name> show ip vrf <name> Displays an specified VRF
show vrf <name> detail show vrf detail <name> Displays details for a specified
show vrf <name> interface - Displays interface assignment for a specified VRF
show vrf default - Displays a summary of the default VRF
show vrf detail show vrf detail Displays details for all VRF’s
show vrf interface show ip vrf interface Displays VRF interface assignment
show vrf management - Displays a summary of the management VRF
show license - Displays all license file information
show license brief - Displays the license file names installed
show license file <name> - Displays license contents based on a specified name
show license host-id - Displays the chassis Host-ID used for creating a license
show license usage - Displays all licenses used by the system
show license usage <license-type> - Displays all licenses used by the system per type
show license usage vdc-all - Displays all licenses used by the system for all VDCs
show vdc - Displays a list of the configured VDC’s
show vdc <name> - Displays a summary of the individual VDC
show vdc <name> detail - Displays configuration details for a specific VDC
show vdc <name> membership - Displays interface membership for a specific VDC
show vdc <name> resource - Displays resource allocation for a specific VDC
show vdc current-vdc - Displays the VDC that the user is currently in
show vdc detail - Displays details information for all VDCs
show vdc membership - Displays interface membership for all VDCs
show vdc resources - Displays resource allocation for all VDCs

Posted in Cisco Nexus | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.