ERX 700 软件版本:
 

Unisphere Edge Routing Switch ERX-700
Copyright (c) 1999-2002 Unisphere Networks, Inc.  All rights reserved.
System Release: 3-0-6p24-0.rel
        Version: 3.0.6 patch-24.0   (September 16, 2002  09:50)

 

端口有如下配置:

interface  gigabitEthernet  2/0.500

vlan id 500
pppoe
!


pppoe subinterface gigabitEthernet 2/0.500.1

encapsulation ppp
ppp authentication pap
profile any pppoe

!

想删除所有配置,却失败了,提示如下:

ERX700#config t

ERX700(config)#int gig2/0.500

ERX700(config-if)#no pppoe subinterface gigabitEthernet 2/0.500.1

ERX700(config-if)#exit

ERX700(config)#no int gig2/0.500

^
% Can't remove Interface (multiple upper interfaces present)



仔细检查过,没有任何其它地方出现过和该端口相关的配置,这个端口就只有这么一点配置信息,没有再上层的配置了。这可能是什么问题呢???不知有没有高手遇到过这种情况?

 

当我把接口shutdown之后,

ERX700#config t

ERX700(config)#int gig2/0.500

ERX700(config-if)#shutdown

 

而show  pppoe居然是up的。。。

ERX700#sh pppoe int gig2/0.500
PPPoE interface gigabitEthernet 2/0.500 is operStatusUp
    PPPoE interface gigabitEthernet 2/0.500 has max sessions = 4094
    PPPoE interface gigabitEthernet 2/0.500 has 0 active connections,
        out of 1 configured subinterfaces
PPPoE Statistics
    PADI-rx 527
    PADI-tx 0
    PADO-rx 0
    PADO-tx 306
    PADR-rx 269
    PADR-tx 0
    PADS-rx 0
    PADS-tx 269
    PADT-rx 185
    PADT-tx 103
    PADM-tx 0
    PADM-rx 0
    BadPackets 0
    Insufficent Resources 22

 

ERX上面无法删除PPPOE配置_休闲 崩溃ing.....高手救救我吧~~~~~