Import Upstream version 1.2.2
[quagga-debian.git] / doc / mpls / cli_summary.txt
1 Summary of CLI commands, expanded for Opaque-LSA/MPLS-TE.
2 ---------------------------------------------------------
3
4 router>
5
6   show ip ospf database (asbr-summary|external|max-age|network|router|self-originate|summary|opaque-link|opaque-area|opaque-external)
7
8   show ip ospf database (asbr-summary|external|network|router|summary|opaque-link|opaque-area|opaque-external) (self-originate|)
9
10   show ip ospf database (asbr-summary|external|network|router|summary|opaque-link|opaque-area|opaque-external) A.B.C.D
11
12   show ip ospf database (asbr-summary|external|network|router|summary|opaque-link|opaque-area|opaque-external) A.B.C.D (self-originate|)
13
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
15
16   show ip ospf database (asbr-summary|external|network|router|summary|opaque-link|opaque-area|opaque-external) adv-router A.B.C.D
17
18   --> Add database items: opaque-link, opaque-area, opaque-external
19
20   show mpls-te interface [INTERFACE]
21
22   --> Show current MPLS-TE link-TLV parameters.
23       If [INTERFACE] is omitted, all interfaces will be displayed.
24
25   show mpls-te router
26
27   --> Show current MPLS-TE Router-TLV parameters.
28
29 router> enable
30 router#
31 router# configure terminal
32 router(config)# interface [INTERFACE]
33 router(config-if)#
34
35   mpls-te link max-bw BANDWIDTH
36
37   --> Set MPLS-TE link-TLV parameter: Maximum Bandwidth (Bytes/sec).
38       In integer or floating point format (1000, or 1.0e3)
39
40   mpls-te link max-rsv-bw BANDWIDTH
41
42   --> Set MPLS-TE link-TLV parameter: Maximum Reservable Bandwidth (Bytes/sec).
43       In integer or floating point format (1000, or 1.0e3)
44
45   mpls-te link metric <0-4294967295>
46
47   --> Set MPLS-TE link-TLV parameter: MPLS-TE metric.
48
49   mpls-te link rsc-clsclr BITPATTERN
50
51   --> Set MPLS-TE link-TLV parameter: Resource Class/Color.
52       In 32-bit hexadecimal format, with leading "0x" (0x0 - 0xffffffff)
53
54   mpls-te link unrsv-bw <0-7> BANDWIDTH
55
56   --> Set MPLS-TE link-TLV parameter: Unreserved Bandwidth (Bytes/sec).
57       In integer or floating point format (1000, or 1.0e3)
58
59 router(config-if)# exit
60 router(config)# router ospf
61 router(config-router)#
62
63   mpls-te
64
65   --> Enable MPLS-TE functionality.
66       Note that master-switch "ospf opaque-lsa" must also be specified.
67
68   mpls-te on
69
70   --> Alias of "mpls-te" command.
71
72   mpls-te router-address A.B.C.D
73
74   --> Set MPLS-TE Router-TLV parameter: Router Address.
75
76   no mpls-te
77
78   --> Disable MPLS-TE functionality.
79
80   no ospf opaque-lsa
81
82   --> Disable Opaque-LSAs capability.
83       This node behaves Opaque-incapable node.
84
85   ospf opaque-lsa
86
87   --> Enable Opaque-LSAs capability.
88       This is the master-switch to make this node Opaque-capable.
89
90 router# exit