- 积分
- 702
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 40
- 听众
- 收听
中级工程师
   
|
请教一下各位大虾~!!
{:soso_e183:} {:soso_e183:} {:soso_e183:}
做OSPFv3的时候,路由表,邻居表都一切正常,但是出现如下报错,拓扑中四台72,每台都有,仅以R1为例:
R1#
*Mar 23 14:21:30.535: %OSPFv3-4-ERRRCV: Received invalid packet: Bad Checksum from FE80::C801:CFF:FEF8:8, FastEthernet0/0
R1#
*Mar 23 14:22:20.719: %OSPFv3-4-ERRRCV: Received invalid packet: Bad Checksum from FE80::C801:CFF:FEF8:8, FastEthernet0/0
R1#
邻居、OSPF邻居和路由表项
R1#
R1#show ipv nei
IPv6 Address Age Link-layer Addr State Interface
FE80::C802:15FF:FE64:6 15 ca02.1564.0006 STALE Fa0/1
FE80::C801:CFF:FEF8:8 12 ca01.0cf8.0008 STALE Fa0/0
R1#
R1#show ipv os nei
Neighbor ID Pri State Dead Time Interface ID Interface
3.3.3.3 1 FULL/DR 00:00:35 4 FastEthernet0/1
2.2.2.2 1 FULL/DR 00:00:33 3 FastEthernet0/0
R1#
R1#show ipv rou os
IPv6 Routing Table - default - 10 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
D - EIGRP, EX - EIGRP external, NM - NEMO, ND - Neighbor Discovery
l - LISP
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
O 2000:0:0:4::22/128 [110/2]
via FE80::C801:CFF:FEF8:8, FastEthernet0/0
via FE80::C802:15FF:FE64:6, FastEthernet0/1
O 2000:0:0:24::/96 [110/2]
via FE80::C801:CFF:FEF8:8, FastEthernet0/0
O 2000:0:0:34::/96 [110/2]
via FE80::C802:15FF:FE64:6, FastEthernet0/1
R1#
配置
R1#
R1#show run
Building configuration...
Current configuration : 1255 bytes
!
! Last configuration change at 14:18:18 UTC Sat Mar 23 2013
upgrade fpd auto
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
ip source-route
ip cef
!
!
!
!
!
no ip domain lookup
ip domain name lab.local
ipv6 unicast-routing
ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
crypto pki token default removal timeout 0
!
!
!
redundancy
!
!
!
!
!
!
!
!
!
!
interface Loopback22
no ip address
ipv6 address 2000:0:0:1::22/64
ipv6 ospf 22 area 0
!
interface FastEthernet0/0
no ip address
duplex full
speed 100
ipv6 address 2000:0:0:12::1/96
ipv6 ospf 22 area 0
!
interface FastEthernet0/1
no ip address
duplex full
speed 100
ipv6 address 2000:0:0:13::1/96
ipv6 ospf 22 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
ipv6 router ospf 22
router-id 1.1.1.1
!
!
!
!
!
!
!
control-plane
!
!
!
mgcp profile default
!
!
!
gatekeeper
shutdown
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
stopbits 1
line vty 0 4
login
transport input all
!
end
R1#
该贴已经同步到 c261074892的微博 |
|