Chinaunix

标题: 配置ipv6 [打印本页]

作者: bu    时间: 2006-06-06 11:48
标题: 配置ipv6
Current configuration : 2066 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname iub-router
!
boot system tftp c2600-p7-mz.122-0.5.T 199.240.61.37
boot system flash:c2600-i-mz.120-7.T
logging rate-limit console 10 except errors
enable secret 5  
enable password 7  
!
!
!
ip subnet-zero
!
!
no ip finger
!
no ip dhcp-client network-discovery
ipv6 unicast-routing
no mgcp timer receive-rtcp
call rsvp-sync
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
ipv6 enable
ipv6 address 3FFE:3700:1101::1/128
ipv6 mtu 1480
!
interface FastEthernet0/0
description Indiana Gigapop
ip address 199.240.60.98 255.255.255.240
speed 100
full-duplex
ipv6 enable
ipv6 address 3FFE:3700:11FF:2345::2/64
!
interface FastEthernet0/1
description switch
ip address 199.240.63.1 255.255.255.128
speed 10
half-duplex
ipv6 enable
ipv6 address 3FFE:3700:1101:1234::1/64
!
router eigrp 129
network 199.240.0.0 0.0.255.255
auto-summary
no eigrp log-neighbor-changes
!
router bgp 65005
no synchronization
no bgp default ipv4-unicast
bgp log-neighbor-changes
bgp dampening
neighbor 3FFE:3700:1101:1234::2 remote-as 65001
neighbor 3FFE:3700:11FF:2345::1 remote-as 65003
neighbor 3FFE:3700:11FF:2345::1 weight 65000
!
address-family ipv6
neighbor 3FFE:3700:1101:1234::2 activate
neighbor 3FFE:3700:1101:1234::2 soft-reconfiguration inbound
neighbor 3FFE:3700:11FF:2345::1 activate
neighbor 3FFE:3700:11FF:2345::1 soft-reconfiguration inbound
network 3FFE:3700:1101::/48
exit-address-family
!
ip classless
ip route 0.0.0.0 0.0.0.0 129.93.192.254
ip route 0.0.0.0 0.0.0.0 199.240.60.97
no ip http server
!
ipv6 route 3FFE:3700:1101::/48 Null0
!
!
!
tftp-server flash:c2600-i-mz.120-7.T
snmp-server engineID local 00000009020000B0640F3DE0
snmp-server packetsize 4096
snmp-server manager
!
dial-peer cor custom
!
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password 7  
login
line vty 5 15
password 7  
login
!
no scheduler allocate
!
end



本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/18307/showart_123937.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2