This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tech:network:cisco:eigrp:stub:stub [2019/12/01 19:08] wnoguchi |
tech:network:cisco:eigrp:stub:stub [2019/12/02 06:55] (current) wnoguchi |
||
---|---|---|---|
Line 7: | Line 7: | ||
- ✔static | - ✔static | ||
- ✔summary | - ✔summary | ||
- | - redistributed | + | - ✔redistributed |
===== Lab 1 ===== | ===== Lab 1 ===== | ||
Line 909: | Line 909: | ||
router eigrp 1 | router eigrp 1 | ||
eigrp stub redistributed | eigrp stub redistributed | ||
- | network 5.5.5.5 0.0.0.0 | + | ! redistribute from ospf to eigrp |
+ | redistribute ospf 1 | ||
+ | default-metric 1000000 1 255 1 1500 | ||
exit | exit | ||
router ospf 1 | router ospf 1 | ||
+ | ! redistribute from eigrp to ospf | ||
redistribute eigrp 1 | redistribute eigrp 1 | ||
exit | exit | ||
Line 922: | Line 925: | ||
- [[https://www.infraexpert.com/study/eigrpz15.html|EIGRP - スタブの設定]] | - [[https://www.infraexpert.com/study/eigrpz15.html|EIGRP - スタブの設定]] | ||
- [[https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_eigrp/command/ire-cr-book/ire-a1.html#wp1217649486|Cisco IOS IP Routing: EIGRP Command Reference - A through H [Support] - Cisco]] | - [[https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_eigrp/command/ire-cr-book/ire-a1.html#wp1217649486|Cisco IOS IP Routing: EIGRP Command Reference - A through H [Support] - Cisco]] | ||
+ | - [[https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_eigrp/command/ire-cr-book/ire-i1.html#wp5402799800|Cisco IOS IP Routing: EIGRP Command Reference - I through R [Support] - Cisco]] | ||
+ | - [[https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_pi/command/iri-cr-book/iri-cr-a1.html#wp4119362624|Cisco IOS IP Routing: Protocol-Independent Command Reference - IP Routing Protocol-Independent Commands: A through R [Support] - Cisco]] | ||
+ | - [[https://www.infraexpert.com/study/routecontrol01.html|ルート再配布( redistribution )とは]] | ||
+ | - [[https://www.infraexpert.com/study/routecontrol02.html|Cisco redistribute(ルート再配布)の設定 - その1]] | ||
- [[tech:network:cisco:eigrp:eigrp:eigrp-default-route:eigrp-default-route]] | - [[tech:network:cisco:eigrp:eigrp:eigrp-default-route:eigrp-default-route]] | ||
- [[tech:network:cisco:eigrp:eigrp:eigrp-basic:eigrp-basic]] | - [[tech:network:cisco:eigrp:eigrp:eigrp-basic:eigrp-basic]] | ||