1 Summary of CLI commands, expanded for Opaque-LSA/MPLS-TE.
2 ---------------------------------------------------------
6 show ip ospf database (asbr-summary|external|max-age|network|router|self-originate|summary|opaque-link|opaque-area|opaque-external)
8 show ip ospf database (asbr-summary|external|network|router|summary|opaque-link|opaque-area|opaque-external) (self-originate|)
10 show ip ospf database (asbr-summary|external|network|router|summary|opaque-link|opaque-area|opaque-external) A.B.C.D
12 show ip ospf database (asbr-summary|external|network|router|summary|opaque-link|opaque-area|opaque-external) A.B.C.D (self-originate|)
14 show ip ospf database (asbr-summary|external|network|router|summary|opaque-link|opaque-area|opaque-external) A.B.C.D adv-router A.B.C.D
16 show ip ospf database (asbr-summary|external|network|router|summary|opaque-link|opaque-area|opaque-external) adv-router A.B.C.D
18 --> Add database items: opaque-link, opaque-area, opaque-external
20 show mpls-te interface [INTERFACE]
22 --> Show current MPLS-TE link-TLV parameters.
23 If [INTERFACE] is omitted, all interfaces will be displayed.
27 --> Show current MPLS-TE Router-TLV parameters.
31 router# configure terminal
32 router(config)# interface [INTERFACE]
35 mpls-te link max-bw BANDWIDTH
37 --> Set MPLS-TE link-TLV parameter: Maximum Bandwidth (Bytes/sec).
38 In integer or floating point format (1000, or 1.0e3)
40 mpls-te link max-rsv-bw BANDWIDTH
42 --> Set MPLS-TE link-TLV parameter: Maximum Reservable Bandwidth (Bytes/sec).
43 In integer or floating point format (1000, or 1.0e3)
45 mpls-te link metric <0-4294967295>
47 --> Set MPLS-TE link-TLV parameter: MPLS-TE metric.
49 mpls-te link rsc-clsclr BITPATTERN
51 --> Set MPLS-TE link-TLV parameter: Resource Class/Color.
52 In 32-bit hexadecimal format, with leading "0x" (0x0 - 0xffffffff)
54 mpls-te link unrsv-bw <0-7> BANDWIDTH
56 --> Set MPLS-TE link-TLV parameter: Unreserved Bandwidth (Bytes/sec).
57 In integer or floating point format (1000, or 1.0e3)
59 router(config-if)# exit
60 router(config)# router ospf
61 router(config-router)#
65 --> Enable MPLS-TE functionality.
66 Note that master-switch "ospf opaque-lsa" must also be specified.
70 --> Alias of "mpls-te" command.
72 mpls-te router-address A.B.C.D
74 --> Set MPLS-TE Router-TLV parameter: Router Address.
78 --> Disable MPLS-TE functionality.
82 --> Disable Opaque-LSAs capability.
83 This node behaves Opaque-incapable node.
87 --> Enable Opaque-LSAs capability.
88 This is the master-switch to make this node Opaque-capable.