]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: manually merge isis.rst
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 30 Jan 2018 21:12:26 +0000 (16:12 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 30 Jan 2018 21:12:26 +0000 (16:12 -0500)
Manually merged:

ee65c55e2a923dd9499baa3207d629a09600ba64

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
doc/user/isisd.rst

index 4b29c8163974a7f22cc6ecf85bbed2f7f23bccf4..1dffc2cf8fe98921fd4cd50dcd43b7a345778f58 100644 (file)
@@ -574,36 +574,35 @@ First, the 'zebra.conf' part:::
    !
    interface eth0
     ip address 10.2.2.2/24
-    mpls-te on
-    mpls-te link metric 10
-    mpls-te link max-bw 1.25e+06
-    mpls-te link max-rsv-bw 1.25e+06
-    mpls-te link unrsv-bw 0 1.25e+06
-    mpls-te link unrsv-bw 1 1.25e+06
-    mpls-te link unrsv-bw 2 1.25e+06
-    mpls-te link unrsv-bw 3 1.25e+06
-    mpls-te link unrsv-bw 4 1.25e+06
-    mpls-te link unrsv-bw 5 1.25e+06
-    mpls-te link unrsv-bw 6 1.25e+06
-    mpls-te link unrsv-bw 7 1.25e+06
-    mpls-te link rsc-clsclr 0xab
+    link-params
+     max-bw 1.25e+07
+     max-rsv-bw 1.25e+06
+     unrsv-bw 0 1.25e+06
+     unrsv-bw 1 1.25e+06
+     unrsv-bw 2 1.25e+06
+     unrsv-bw 3 1.25e+06
+     unrsv-bw 4 1.25e+06
+     unrsv-bw 5 1.25e+06
+     unrsv-bw 6 1.25e+06
+     unrsv-bw 7 1.25e+06
+     admin-grp 0xab
    !
    interface eth1
     ip address 10.1.1.1/24
-    mpls-te on
-    mpls-te link metric 10
-    mpls-te link max-bw 1.25e+06
-    mpls-te link max-rsv-bw 1.25e+06
-    mpls-te link unrsv-bw 0 1.25e+06
-    mpls-te link unrsv-bw 1 1.25e+06
-    mpls-te link unrsv-bw 2 1.25e+06
-    mpls-te link unrsv-bw 3 1.25e+06
-    mpls-te link unrsv-bw 4 1.25e+06
-    mpls-te link unrsv-bw 5 1.25e+06
-    mpls-te link unrsv-bw 6 1.25e+06
-    mpls-te link unrsv-bw 7 1.25e+06
-    mpls-te link rsc-clsclr 0xab
-    mpls-te neighbor 10.1.1.2 as 65000
+    link-params
+     enable
+     metric 100
+     max-bw 1.25e+07
+     max-rsv-bw 1.25e+06
+     unrsv-bw 0 1.25e+06
+     unrsv-bw 1 1.25e+06
+     unrsv-bw 2 1.25e+06
+     unrsv-bw 3 1.25e+06
+     unrsv-bw 4 1.25e+06
+     unrsv-bw 5 1.25e+06
+     unrsv-bw 6 1.25e+06
+     unrsv-bw 7 1.25e+06
+     neighbor 10.1.1.2 as 65000
 
 
 Then the 'isisd.conf' itself:::