Difference between revisions of "TDC IPv6 kursus 5 dages/Øvelse 6"
From Teknologisk videncenter
m (→BGP på IPv6) |
m (→BGP på IPv6) |
||
Line 22: | Line 22: | ||
address-family ipv6 | address-family ipv6 | ||
neighbor 2001:16D8:DD85:2828::2/64 activate | neighbor 2001:16D8:DD85:2828::2/64 activate | ||
+ | network 2001:16D8:DD85:A700::/64 | ||
exit-address-family | exit-address-family | ||
</source> | </source> | ||
{{Source cli}} | {{Source cli}} | ||
[[Category:IPv6kursus]] | [[Category:IPv6kursus]] |
Revision as of 10:43, 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/64 remote-as 65000
address-family ipv6
neighbor 2001:16D8:DD85:2828::2/64 activate
network 2001:16D8:DD85:A700::/64
exit-address-family