TDC IPv6 kursus 5 dages/Øvelse 6

From Teknologisk videncenter
< TDC IPv6 kursus 5 dages
Revision as of 07:42, 10 June 2011 by Heth (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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:146::2/64 activate
 exit-address-family