[Contents] [Prev] [Next] [Index] [Report an Error]


Verifying the IP and IGP Layers

This chapter describes how to check the Internet Protocol (IP) and interior gateway protocol (IGP) layers of the layered Multiprotocol Label Switching (MPLS) model. (See Table 15.)


Table 15: Checklist for Verifying the IP and IGP Layers
Verifying the IP and IGP Layer Tasks
Command or Action



  1. Verify the LSP

show mpls lsp extensive

  1. Verify IP Addressing

show interfaces terse

  1. Verify Neighbors or Adjacencies at the IP Layer

show ospf neighbor extensive
show isis adjacency extensive

  1. Take Appropriate Action

The following sequence of commands addresses the specific problem described in this section:

[edit interfaces so-0/0/2]
show
rename unit 0 family inet address 10.1.13.2/30 to address
     10.1.13.1/30
show
commit

  1. Verify the LSP Again

show mpls lsp extensive


  1. Verify the LSP

show mpls lsp extensive

  1. Verify OSPF Interfaces

show ospf interface

  1. Verify OSPF Neighbors

show ospf neighbor

  1. Verify the OSPF Protocol Configuration

show configuration protocols ospf

  1. Take Appropriate Action

The following sequence of commands addresses the specific problem described in this section:

[edit]
edit protocols ospf area 0.0.0.0

[edit protocols ospf area 0.0.0.0]
set interface lo0
set interface lo0 passive
up

[edit protocols ospf]
set traffic-engineering
show
commit

  1. Verify the LSP Again

show mpls lsp extensive


  1. Verify the LSP

show mpls lsp extensive

  1. Verify IS-IS Adjacencies and Interfaces

show isis adjacency
show isis interface

  1. Verify the IS-IS Configuration

show configuration protocols isis

  1. Take Appropriate Action

The following sequence of commands addresses the specific problem described in this section:

edit

[edit]
edit protocols isis
[edit protocols isis]
show
delete level 2
set level 1 disable
show
commit
run show isis adjacency

  1. Verify the LSP Again

show mpls lsp extensive



[Contents] [Prev] [Next] [Index] [Report an Error]