chefchanyu 发表于 2020-9-11 07:11:52

Switch vIOS Layer3 port channel Crashing

Hi,

我设定两台switch layer3 port-chanel 相连一起,之后switch不断死机重启。有人知道什么原因吗?

小乔 发表于 2020-9-11 09:03:10

是不是有环路了

chefchanyu 发表于 2020-9-11 09:25:17

本帖最后由 chefchanyu 于 2020-9-11 09:26 编辑

小乔 发表于 2020-9-11 09:03
是不是有环路了
switch1:
vlan 301
int g0/0
no switch
no ip add
channel-group 1 mode active

interface Po1.301
encapsulation dot1Q 301
ip vrf forwarding vrf-aws-prod-ext
ip address 10.18.238.125 255.255.255.252
no ip redirects
bfd interval 750 min_rx 750 multiplier 3



switch2:
vlan 301
int g0/0
no switch
no ip add
channel-group 1 mode active

interface po1.301
encapsulation dot1Q 301
ip vrf forwarding vrf-aws-prod-ext
ip address 10.18.238.126 255.255.255.252
no ip redirects
bfd interval 750 min_rx 750 multiplier 3

两台就一条线链接,只要PO up 马上其中一台就马上重启。

Switch#
*Sep 11 01:21:19.511: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
CPU exception occurred: General protection fault(13) (SIGBUS, 13, 0xD)


01:21:24 UTC Fri Sep 11 2020: Unexpected exception to CPU: vector D, PC/EIP = 0x1453612

-Traceback= 1453612 1452E84 1456366 14688A2 977723 97C113 97B0DE 985FCA 986EEB 986E7F 90376C 902826 9014B0 90149E

CPU Register Context:
EAX = 0x00000000ECX   = 0x00000000EDX = 0x28A08C0EEBX= 0x40D3930E
ESP = 0x0E8C9FF4EBP   = 0x0E8CA038ESI = 0x0E93D340EDI= 0x0FB69428
EIP = 0x01453612EFLAGS= 0x00250046CS= 0x00000008SS   = 0x00000010
DS= 0x00000010ES      = 0x00000010FS= 0x00000010GS   = 0x00000010

Writing crashinfo to flash0:crashinfo_20200911-012124-UTC
*Sep 11 01:21:24.339
Request to return (to ROMMON); not supported, reload.

*Sep 11 01:21:24.343
Reload requested

                           GNU GRUBversion 2.00

+--------------------------------------------------------------------------+
|IOSv: flash0:vios_l2-adventerprisek9-m (hd0,msdos1)                     |
|                                                                        |
|                                                                        |
|                                                                        |
|                                                                        |
|                                                                        |
|                                                                        |
|                                                                        |
|                                                                        |
|                                                                        |
|                                                                        |
+--------------------------------------------------------------------------+

      Use the ^ and v keys to select which entry is highlighted.      
      Press enter to boot the selected OS, `e' to edit the commands      
      before booting or `c' for a command-line. ESC to return      
      previous menu.      
   The highlighted entry will be executed automatically in 1s.
                                                                              







页: [1]
查看完整版本: Switch vIOS Layer3 port channel Crashing