Difference between revisions of "TDC IPv6 kursus 5 dages/Øvelse 6"
From Teknologisk videncenter
m (New page: =Forudsætninger= *IGP'en IS-IS kører allerede. =BGP på IPv4= <source lang=cli> router bgp 65000 no synchronization no auto-summary bgp log-neighbor-changes network 192.168.200.0 ma...) |
m (→BGP på IPv6) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 19: | Line 19: | ||
router bgp 65000 | router bgp 65000 | ||
bgp router-id 192.168.100.1 | bgp router-id 192.168.100.1 | ||
− | neighbor 2001:16D8:DD85:2828::2 | + | neighbor 2001:16D8:DD85:2828::2 remote-as 65000 |
address-family ipv6 | address-family ipv6 | ||
− | neighbor 2001:16D8:DD85: | + | neighbor 2001:16D8:DD85:2828::2 activate |
+ | network 2001:16D8:DD85:A700::/64 | ||
exit-address-family | exit-address-family | ||
</source> | </source> | ||
{{Source cli}} | {{Source cli}} | ||
[[Category:IPv6kursus]] | [[Category:IPv6kursus]] |
Latest revision as of 11:00, 10 June 2011
Forudsætninger
- IGP'en IS-IS kører allerede.
BGP på IPv4
router bgp 65000
no synchronization
no auto-summary
bgp log-neighbor-changes
network 192.168.200.0 mask 255.255.255.0
network 192.168.201.0 mask 255.255.255.0
network 192.168.202.0 mask 255.255.255.0
neighbor 192.168.100.2 remote-as 65000
neighbor 192.168.100.2 update-source Loopback0
BGP på IPv6
router bgp 65000
router bgp 65000
bgp router-id 192.168.100.1
neighbor 2001:16D8:DD85:2828::2 remote-as 65000
address-family ipv6
neighbor 2001:16D8:DD85:2828::2 activate
network 2001:16D8:DD85:A700::/64
exit-address-family