Můj blog o práci a zábavě

Web o práci a zábavě

ipv6to4 tunnel technologie

        ipv6to4-tunnel-pkt R1 config ! interface Tunnel1 no ip address mtu 1476 ipv6 address CCCC::/64 ipv6 ospf 1 area 0.0.0.0 tunnel source GigabitEthernet0/0 tunnel destination 192.168.0.2 tunnel mode ipv6ip ! ! interface GigabitEthernet0/0 ip address 192.168.0.1 255.255.255.0 duplex auto speed auto ipv6 dhcp server localipv6 ! interface GigabitEthernet0/1 no ip address duplex […]

Read more →

CPT IPV6 OSPFv3 SLAAC

router                Konfigurace router0 ipv6 unicast-routing interface GigabitEthernet0/0 no ip address duplex auto speed auto ipv6 address 2001:1CC1:DDDD:2::/64 ipv6 ospf 1 area 0.0.0.0 ipv6 router ospf 1 router-id 1.1.1.1 log-adjacency-changes Konfigurace router1 ipv6 unicast-routing interface GigabitEthernet0/0 no ip address duplex auto speed auto ipv6 address 2001:1CC1:DDDD:2::1/64 ipv6 ospf 1 […]

Read more →