2016年8月1日

IPv6 LAB 實作

實作架構圖

ISP_Router#show running-config
Building configuration...

Current configuration : 839 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname ISP_Router
!
ip cef
ipv6 unicast-routing
!
ipv6 cef
!
interface GigabitEthernet0/0
ip address 210.61.79.50 255.255.255.252
duplex auto
speed auto
ipv6 address 2001:B034:700:400::1:2/112
ipv6 enable
!

interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
ipv6 route 2001:B034:700:480::/64 2001:B034:700:400::1:1
!
end

L3_Switch#show run
Building configuration...

Current configuration : 890 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname L3_Switch
!
ip cef
ipv6 unicast-routing
!
ipv6 cef
!
interface GigabitEthernet0/0
ip address 210.61.79.49 255.255.255.252
duplex auto
speed auto
ipv6 address 2001:B034:700:400::1:1/112
ipv6 enable
!
interface GigabitEthernet0/1
ip address 192.168.98.254 255.255.255.0
duplex auto
speed auto
ipv6 address 2001:B034:700:480::1/80
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
ipv6 route 2001:B034:700:480::/64 2001:B034:700:480::2
!
end

FW#show running-config
Building configuration...

Current configuration : 744 bytes
!
version 15.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname FW
!
ip cef
ipv6 unicast-routing
!
ipv6 cef
!
interface GigabitEthernet0/0
ip address 192.168.98.253 255.255.255.0
duplex auto
speed auto
ipv6 address 2001:B034:700:480::2/80
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
ipv6 address 2001:B034:700:480:A::1/80
!
ipv6 route ::/0 2001:B034:700:480::1
!
end

Traceroute測試





























Cisco config guide





0 回應:

Copyright © 2009 New Life in Taipei All rights reserved. Theme by Laptop Geek. | Bloggerized by FalconHive.