isis: fix example CLI configs

This completes commit 4f09fdd ("isis: adjust to latest CLI changes") which
changed the CLI syntax bug did not adjust the example configurations
This commit is contained in:
Christian Poessinger 2021-04-20 20:09:57 +02:00
parent 5ce75010c3
commit 53b9efec3b

View File

@ -280,9 +280,9 @@ interfaces.
set policy route-map EXPORT-ISIS rule 10 action 'permit' set policy route-map EXPORT-ISIS rule 10 action 'permit'
set policy route-map EXPORT-ISIS rule 10 match ip address prefix-list 'EXPORT-ISIS' set policy route-map EXPORT-ISIS rule 10 match ip address prefix-list 'EXPORT-ISIS'
set protocols isis FOO interface eth1 set protocols isis interface eth1
set protocols isis FOO net '49.0001.1921.6800.1002.00' set protocols isis net '49.0001.1921.6800.1002.00'
set protocols isis FOO redistribute ipv4 connected level-2 route-map 'EXPORT-ISIS' set protocols isis redistribute ipv4 connected level-2 route-map 'EXPORT-ISIS'
**Node 2:** **Node 2:**
@ -290,8 +290,8 @@ interfaces.
set interfaces ethernet eth1 address '192.0.2.2/24' set interfaces ethernet eth1 address '192.0.2.2/24'
set protocols isis FOO interface eth1 set protocols isis interface eth1
set protocols isis FOO net '49.0001.1921.6800.2002.00' set protocols isis net '49.0001.1921.6800.2002.00'
Show ip routes on Node2: Show ip routes on Node2: