Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

46009

December 15th, 2014 05:00

avoid switch become as root

I have strange issue. our all switches are PC62XX with firmware 3.3.11.2. we have existing network switches and working fine now we added another switches for our new development environment. but issue is when I connect out LAN switch to Development switch we loose our network and all network goes down. I don't have any loop on both switches. cause I am using only one cable to connect to each other switch. 

30 Posts

December 16th, 2014 05:00

thank you, I think you are right, so we did, map all switch and setup root switch connected to LAN firewall,

now I know why I have this issue. this ware two separate network and was never connected to each other. but our new requirement so test team to have access development side.so we need to connect it.

By following cables I found that the switch we ware trying to connect to Development network was 4 hop down  from root switch. so as usual, bdpu will elect close path for root. I have move that cable close to root switch and issue got resolved.

this was a lesson for me to understand Spanning-tree bpdu. process. that I will never forget.

thanks for all your help.

30 Posts

December 15th, 2014 06:00

develop switch configuration

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.12.14 14:31:24 =~=~=~=~=~=~=~=~=~=~=~=

show run

!Current Configuration:

!System Description "PowerConnect 6224, 3.3.11.2, VxWorks 6.5"

!System Software Version 3.3.11.2

!Cut-through mode is configured as disabled

!

configure

vlan database

vlan 20,30,100-103,131

vlan routing 101 1

vlan routing 100 2

vlan routing 102 3

vlan routing 103 4

exit

ip telnet server disable

snmp-server contact "Jorgensen"

hostname "Z1096"

sntp unicast client enable

sntp server brain.gsfa.org

clock summer-time recurring USA zone "DST"

clock timezone -5 minutes 0 zone "EST"

stack

--More-- or (q)uit

                    member 1 1

exit

ip address 172.16.110.36 255.255.0.0

ip default-gateway 172.16.191.191

ip domain-name gsfc.org

ip name-server 172.16.192.12

ip name-server 172.16.192.134

interface vlan 20

name "Managment"

exit

interface vlan 30

name "vMotion"

exit

interface vlan 100

name "VM"

routing

exit

interface vlan 101

name "Developer"

routing

exit

--More-- or (q)uit

                    interface vlan 102

name "FTP"

routing

exit

interface vlan 103

name "Oracle"

routing

exit

interface vlan 131

name "Integration"

exit

username "admin" password aca85a9718bd1fe2a31c4d98102505f5 level 15 encrypted

username "swadmin" password 6a584944b25e75ae54c8888ca43afa6b level 15 encrypted

aaa authentication login "RadiusList" radius local

aaa authentication enable "enableList" enable

aaa authentication enable "networkList" enable

radius-server host auth 172.16.13.222

primary

name "Default-RADIUS-Server"

timeout 5

key "$M00nland7"

--More-- or (q)uit

                    exit

line ssh

login authentication RadiusList

exit

ip ssh server

management access-list "IT_Admin"

permit ip-source 172.16.70.200 mask 255.255.255.255 service any priority 1

exit

!

interface ethernet 1/g1

spanning-tree portfast

exit

!

interface ethernet 1/g2

spanning-tree portfast

switchport mode general

switchport general allowed vlan add 20 tagged

exit

!

interface ethernet 1/g3

negotiation 10h 10f 100h 100f 1000f

--More-- or (q)uit

                    spanning-tree portfast

switchport mode general

exit

!

interface ethernet 1/g4

spanning-tree portfast

switchport mode general

switchport general allowed vlan add 100-103,131 tagged

exit

!

interface ethernet 1/g5

spanning-tree portfast

switchport mode general

exit

!

interface ethernet 1/g6

spanning-tree portfast

switchport access vlan 100

exit

!

interface ethernet 1/g7

--More-- or (q)uit

                    spanning-tree portfast

exit

!

interface ethernet 1/g8

spanning-tree portfast

switchport mode general

switchport general allowed vlan add 20,30,100-103,131 tagged

exit

!

interface ethernet 1/g9

spanning-tree portfast

switchport mode general

switchport general allowed vlan add 20,30,100-103,131 tagged

exit

!

interface ethernet 1/g10

spanning-tree portfast

switchport mode general

switchport general allowed vlan add 20,30,100-103,131 tagged

exit

!

--More-- or (q)uit

                    interface ethernet 1/g11

spanning-tree portfast

switchport mode general

switchport general allowed vlan add 20,30,100-103,131 tagged

exit

!

interface ethernet 1/g12

spanning-tree portfast

switchport mode general

switchport general allowed vlan add 20,30,100-103,131 tagged

exit

!

interface ethernet 1/g13

spanning-tree portfast

exit

!

interface ethernet 1/g14

spanning-tree portfast

exit

!

interface ethernet 1/g15

--More-- or (q)uit

                    spanning-tree portfast

exit

!

interface ethernet 1/g16

shutdown

spanning-tree portfast

exit

!

interface ethernet 1/g17

shutdown

spanning-tree portfast

exit

!

interface ethernet 1/g18

shutdown

spanning-tree portfast

exit

!

interface ethernet 1/g19

shutdown

spanning-tree portfast

--More-- or (q)uit

                    exit

!

interface ethernet 1/g20

shutdown

spanning-tree portfast

exit

!

interface ethernet 1/g21

channel-group 1 mode auto

spanning-tree portfast

exit

!

interface ethernet 1/g22

channel-group 1 mode auto

spanning-tree portfast

exit

!

interface ethernet 1/g23

channel-group 1 mode auto

spanning-tree portfast

exit

--More-- or (q)uit

                    !

interface ethernet 1/g24

channel-group 1 mode auto

spanning-tree portfast

exit

!

interface ethernet 1/xg1

spanning-tree portfast

exit

!

interface ethernet 1/xg2

spanning-tree portfast

exit

!

interface ethernet 1/xg3

spanning-tree portfast

exit

!

interface ethernet 1/xg4

spanning-tree portfast

exit

--More-- or (q)uit

                    !

interface port-channel 1

spanning-tree cost 5000

spanning-tree portfast

spanning-tree mst 0 external-cost 5000

switchport mode general

switchport general allowed vlan add 20,30,100-103,131 tagged

switchport general allowed vlan add 1 tagged

exit

banner motd acknowledge

no snmp-server enable traps

no snmp-server enable traps authentication

snmp-server group DefaultRead v2 context schultz read Default write Default

snmp-server community schultz rw

enable password 356491a0d27e2be37a7288f2055ad7a9 encrypted

exit

LAN Network switch

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.12.15 09:31:56 =~=~=~=~=~=~=~=~=~=~=~=

show run

!Current Configuration:

!System Description "PowerConnect 6224, 3.3.11.2, VxWorks 6.5"

!System Software Version 3.3.11.2

!Cut-through mode is configured as disabled

!

configure

snmp-server location "Computer Room"

snmp-server contact "Eric Jorgensen"

hostname "Z1065"

sntp unicast client enable

sntp server brain.gsfa.org

clock summer-time recurring USA

clock timezone -5 minutes 0 zone "EST"

stack

member 1 1

exit

ip address 172.16.110.33 255.255.0.0

ip default-gateway 172.16.191.191

ip name-server 172.16.192.12

ip name-server 172.16.192.134

ip https server

--More-- or (q)uit

no ip http server

username "admin" password aca85a9718bd1fe2a31c4d98102505f5 level 15 encrypted

username "swadmin" password 6a584944b25e75ae54c8888ca43afa6b level 15 encrypted

aaa authentication login "RadiusList" radius local

aaa authentication enable "enableList" enable

radius-server host auth 172.16.13.22

primary

name "Default-RADIUS-Server"

timeout 5

key "$Moonland7"

exit

line ssh

login authentication RadiusList

exit

ip ssh server

management access-list "IT_Admin"

permit ip-source 172.16.70.20 mask 255.255.255.255 service any priority 1

exit

!

interface ethernet 1/g13

switchport mode trunk

--More-- or (q)uit

exit

banner motd acknowledge

no snmp-server enable traps

no snmp-server enable traps authentication

snmp-server group DefaultRead v2 context schultz read Default write Default

snmp-server community schultz rw

enable password 356491a0d27e2be37a7288f2055ad7a9 encrypted

exit

Z1065#show spanning-tree active

Spanning tree Enabled (BPDU flooding : Disabled) Portfast BPDU filtering  Disabled mode rstp

CST Regional Root:        80:00:D0:67:E5:83:5E:B7

Regional Root Path Cost:  0

###### MST 0 Vlan Mapped:   1

ROOT ID

             Address         00:11:43:88:EE:E2

             Path Cost       80000

             Root Port      1/g21  

             Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec

Bridge ID

             Priority        32768

             Address         80:00:D0:67:E5:83:5E:B7

             Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec

Interfaces

--More-- or (q)uit

Name    State   Prio.Nbr    Cost       Sts  Role PortFast  RestrictedPort

------  -------- --------- ----------  ---- ----- --------  -------

1/g3     Enabled  128.3         20000   FWD  Desg      No      No  

1/g4     Enabled  128.4         20000   FWD  Desg      No      No  

1/g5     Enabled  128.5         20000   FWD  Desg      No      No  

1/g6     Enabled  128.6        200000   FWD  Desg      No      No  

1/g7     Enabled  128.7       2000000   FWD  Desg      No      No  

1/g8     Enabled  128.8       2000000   FWD  Desg      No      No  

1/g9     Enabled  128.9         20000   FWD  Desg      No      No  

1/g10    Enabled  128.10        20000   FWD  Desg      No      No  

1/g11    Enabled  128.11        20000   FWD  Desg      No      No  

1/g12    Enabled  128.12        20000   FWD  Desg      No      No  

1/g15    Enabled  128.15        20000   FWD  Desg      No      No  

1/g16    Enabled  128.16        20000   FWD  Desg      No      No  

1/g17    Enabled  128.17        20000   FWD  Desg      No      No  

1/g18    Enabled  128.18        20000   FWD  Desg      No      No  

1/g19    Enabled  128.19       200000   FWD  Desg      No      No  

1/g21    Enabled  128.21        20000   FWD  Root      No      No  

--More-- or (q)uit

Name    State   Prio.Nbr    Cost       Sts  Role PortFast  RestrictedPort

------  -------- --------- ----------  ---- ----- --------  -------

Z1065#show spanning-tree blockedports

Spanning tree Enabled (BPDU flooding : Disabled) mode rstp

CST Regional Root:        80:00:D0:67:E5:83:5E:B7

Regional Root Path Cost:  0

###### MST 0 Vlan Mapped:   1

ROOT ID

             Address         00:11:43:88:EE:E2

             Path Cost       80000

             Root Port      1/g21  

             Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec

Bridge ID

             Priority        32768

             Address         80:00:D0:67:E5:83:5E:B7

             Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec

Interfaces

--More-- or (q)uit

Name    State   Prio.Nbr    Cost       Sts  Role PortFast  RestrictedPort

------  -------- --------- ----------  ---- ----- --------  -------

Z1065#show spanning-tree sta ?

                    Press enter to execute the command.

active                   Display spanning tree values on all active ports

                        basis.

blockedports             Display spanning tree values on all blocked ports

                        basis.

detail                   Display detailed spanning tree values on all port

                        settings.

ethernet                 Display spanning tree values on a per port basis.

instance                 Display settings for a MST instance.

mst-configuration        Display MST configuration.

port-channel             Display spanning tree information port-channel basis.

summary                  Display spanning tree settings.

Z1065#show spanning-tree summary

Spanning Tree Adminmode........... Enabled

Spanning Tree Version............. IEEE 802.1w

BPDU Guard Mode................... Disabled

BPDU Flood Mode................... Disabled

Portfast BPDU filtering :....... Disabled

Configuration Name................ D0-67-E5-83-5E-B7

Configuration Revision Level...... 0

Configuration Digest Key.......... 0xac36177f50283cd4b83821d8ab26de62

Configuration Format Selector..... 0

Z1065#exiit

I will appreciates if any one can help.

5 Practitioner

 • 

274.2K Posts

December 15th, 2014 07:00

It sounds like the addition of the new switch kicked off an spanning tree election. Do you have a topology diagram you can show us? Could you elaborate on the issue you are seeing? I know you said the whole network goes down, but is it specifically access from one switch to the rest of the network? Or can no client access any other client on the network, even when plugged into the same switch?

Are any ports that connect the switches together placed in a blocking/discarding state?

Do all switches have the default priority of 32768? Or do you have a switch designated as the root switch? If so which switch?

I would make sure portfast is disabled on any port that is used to connect one switch to another.

30 Posts

December 15th, 2014 08:00

thanks for quick reply. I can't attach diagram, but I will try to explain environment. as I said out exsting network we have all PC6248 switch, as you can see on above configuration switch Z1065, I am using port 13 from this switch to port 5 on Z1096, both port s are set in genral mode, so I can pass all traffic our local IP subnet is 172.21.X.X and we are having same for switch management on Development side. no host with subnet 172.21.X.X. but we do allow access to that network for certain developers. nothing else is setup on LAN side switch or Development side switch.only VLAN. for sagamenting it from LAN traffic.

LAN side switch PC6248 port 13 ------> Developmet swtich PC6224 Port 5

both side ports are   General mode. have not setup spannigtree. but setup portfast on development side.

after I connect this two switch 5 minutes later all network traffic goes down. mean no user can access any LAN resource or I can connect to any switch to see any detail.    

5 Practitioner

 • 

274.2K Posts

December 15th, 2014 08:00

Port 5 shows to have portfast enabled on it, i would disable portfast on this port since it connects to another switch. Port 13 does not appear to have portfast enabled.

When the issue is present, is any logged on the switches? [tag:show] logging.

30 Posts

December 15th, 2014 08:00

do I need to setup no portfast on both  switches?

currently I have not connected cable between both switches. but here is show logging on LAN side switch.

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.12.15 11:39:37 =~=~=~=~=~=~=~=~=~=~=~=

show logging

Logging is enabled

Console Logging: level warning. Console Messages: 18546 Dropped.

Buffer Logging: level info. Buffer Messages: 18249 Logged,

File Logging: level notActive. File Messages: 18547 Dropped.

CLI Command Logging : disabled

Web Session Logging : disabled

SNMP Set Command Logging : disabled

45 Messages dropped due to lack of resources.

Buffer Log:

<189> DEC 15 11:14:36 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18148 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:14:40 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18149 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:02 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18150 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:06 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18151 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 11:15:10 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18152 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:14 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18153 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18154 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18155 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18156 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18157 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18158 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18159 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18160 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18161 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18162 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18163 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18164 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:15:16 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18165 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 11:15:18 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18166 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:22 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18167 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 11:15:26 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18168 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:30 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18169 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:34 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18170 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:38 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18171 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:42 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18172 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:46 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18173 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:51 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18174 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:15:55 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18175 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 11:15:59 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18176 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:16:03 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18177 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:16:07 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18178 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:16:12 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18179 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:16:16 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18180 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 11:16:20 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 18181 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 11:16:21 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18182 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 11:16:21 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 18183 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

and  here is show logging for Z1096 switch(Development side)

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.12.15 11:44:20 =~=~=~=~=~=~=~=~=~=~=~=

show logging

Logging is enabled

Console Logging: level warning. Console Messages: 392 Dropped.

Buffer Logging: level info. Buffer Messages: 98 Logged,

File Logging: level notActive. File Messages: 393 Dropped.

CLI Command Logging : disabled

Web Session Logging : disabled

SNMP Set Command Logging : disabled

49 Messages dropped due to lack of resources.

Buffer Log:

<186> OCT 24 16:28:08 0.0.0.0-1 UNKN[268434720]: bootos.c(233) 1 %% Event(0xaaaaaaaa)

<189> OCT 24 16:28:08 0.0.0.0-1 UNKN[268434720]: bootos.c(250) 2 %% Starting code... BSP initialization complete, starting system application.

<190> OCT 24 12:28:16 172.21.110.36-1 SSHD[156491216]: sshd_control.c(650) 294 %% Admin mode enable sshdListenTask

<189> OCT 24 12:28:16 172.21.110.36-1 SSHD[156491216]: sshd_control.c(226) 295 %% sshdListenTask 0xe5fdc70 started, exited = 0. The SSHD listen task was properly started, also printing the value of the ‘exited’ flag.

--More-- or (q)uit

<190> OCT 24 12:28:16 172.21.110.36-1 SSHD[156491216]: sshd_control.c(549) 296 %% sshdEventAdminModeSet success, event=0

<190> OCT 24 12:28:16 172.21.110.36-1 UNITMGR[108602896]: unitmgr.c(6366) 297 %% No Potential unit to configure as Standby when unit 1 joined

<190> OCT 24 12:28:17 172.21.110.36-1 UNITMGR[138960144]: unitmgr.c(2243) 302 %% Power On Start complete on unit 1

<189> OCT 24 12:28:21 172.21.110.36-1 TRAPMGR[124124592]: traputil.c(611) 303 %% Spanning Tree Topology Change: 0, Unit: 1

<189> OCT 24 12:28:25 172.21.110.36-1 TRAPMGR[124124592]: traputil.c(611) 304 %% Spanning Tree Topology Change: 0, Unit: 1

<189> OCT 24 12:29:15 172.21.110.36-1 TRAPMGR[111466304]: traputil.c(611) 305 %% Cold Start: Unit: 0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 306 %% Unit 1 is the new stack master, Old stack master unit is 0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 307 %% Link Down: VLAN- 101

--More-- or (q)uit

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 308 %% Link on VLAN- 101 is failed

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 309 %% Link Down: VLAN- 100

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 310 %% Link on VLAN- 100 is failed

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 311 %% Link Down: VLAN- 102

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 312 %% Link on VLAN- 102 is failed

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 313 %% Link Down: VLAN- 103

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 314 %% Link on VLAN- 103 is failed

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 315 %% Unit 1 elected as the new STP root

--More-- or (q)uit

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 316 %% Instance 0 has elected a new STP root: f000:d067:e59e:b2a0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 317 %% Power On Start has completed on unit 1.

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 318 %% Link Up: 1/0/13

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 319 %% 1/0/13 is transitioned from the Forwarding state to the Blocking state in instance 0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 320 %% 1/0/13 is transitioned from the Learning state to the Forwarding state in instance 0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 321 %% Link Up: 1/0/2

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 322 %% 1/0/2 is transitioned from the Forwarding state to the Blocking state in instance 0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 323 %% 1/0/2 is transitioned from the Learning state to the Forwarding state in instance 0

--More-- or (q)uit

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 324 %% Link Up: 1/0/3

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 325 %% 1/0/3 is transitioned from the Forwarding state to the Blocking state in instance 0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 326 %% 1/0/3 is transitioned from the Learning state to the Forwarding state in instance 0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 327 %% Link Up: 1/0/4

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 328 %% 1/0/4 is transitioned from the Forwarding state to the Blocking state in instance 0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 329 %% 1/0/4 is transitioned from the Learning state to the Forwarding state in instance 0

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 330 %% Link Up: VLAN- 100

<189> OCT 24 12:29:16 172.21.110.36-1 TRAPMGR[151138400]: traputil.c(611) 331 %% Link Up: VLAN- 101

--More-- or (q)uit

I also have added command on both switch port

spanning-tree guard root

no spanning tree portfast

thanks for suggestion. I will connect both switch in evening time.

5 Practitioner

 • 

274.2K Posts

December 15th, 2014 10:00

Thanks for the logging. It shows that there are several topology changes occuring, and then port 13 is up in a forwarding status, and then the switch places it into a blocked status. This looks to be  the cause of no communication.

Who is the manufacturer of the Z1065?

One switch shows to have Vlans 20,30,100-103,131 created on it, while the other switch only has VLAN 1 on it. Are you wanting traffic from all VLANs to be able to traverse this connection? Or just traffic from VLAN 1?

Is there a device on the network that is performing VLAN routing?

There are a couple things that can be done right now.

1. Disable portfast on port 5, and any other ports that connect a switch to a switch/router/firewall.

# interface ethernet 1/g5

# spanning-tree portfast

2. Manually configure your spanning tree root. Usually this will be the switch closest to the firewall. To assign a static root switch, you must change the default bridge priority (32768).  This value must be lowered to allow it to be assigned the root port role.  This value is changed in increments of 4096.  Set the switch Priority to 4096, as all the other switches are set to 32768 this will cause it to be elected ROOT switch.

# spanning-tree priority 4096

Thanks

30 Posts

December 15th, 2014 12:00

thanks for quick reply,

my all switches are Dell PC6200 series. I have not setup any spanning tree on z1065 but on other switch, I have setup "spanning tree priority 61440" which is  highest in root. so this  switch not become root. Is this  right? I did disable portfast on both side port. I don't need to pass all VLAN to Z1065 switch.

30 Posts

December 15th, 2014 13:00

I have about 10 switches on LAN side, I have dohave root switch next to cisco router. so Z1065 don't need to be a root switch. now on development side has another firewall in HA  mode. so that switch need to be root for development server traffic.

I don't see any traffic on port 13.

I just connect both switch but I can't pass traffic. here is show logging

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.12.15 16:13:55 =~=~=~=~=~=~=~=~=~=~=~=

Logging is enabled

Console Logging: level warning. Console Messages: 22935 Dropped.

Buffer Logging: level info. Buffer Messages: 22637 Logged,

File Logging: level notActive. File Messages: 22936 Dropped.

CLI Command Logging : disabled

Web Session Logging : disabled

SNMP Set Command Logging : disabled

45 Messages dropped due to lack of resources.

Buffer Log:

<189> DEC 15 15:53:22 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22537 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:53:26 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22538 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:53:30 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22539 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:53:34 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22540 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 15:53:38 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22541 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:53:43 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22542 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:53:47 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22543 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:53:51 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22544 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:53:55 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22545 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:53:59 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22546 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:54:04 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22547 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:54:08 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22548 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 15:54:12 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22549 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:54:16 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22550 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22551 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22552 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22553 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22554 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22555 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22556 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22557 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22558 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22559 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22560 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22561 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:54:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22562 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 15:54:20 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22563 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:54:24 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22564 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 15:54:29 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22565 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:54:33 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22566 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22567 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22568 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22569 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22570 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22571 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22572 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22573 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22574 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22575 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22576 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22577 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:55:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22578 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 15:56:02 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22579 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:06 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22580 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 15:56:11 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22581 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:15 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22582 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22583 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22584 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22585 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22586 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22587 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22588 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22589 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22590 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22591 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22592 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22593 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:56:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22594 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 15:56:19 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22595 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:23 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22596 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 15:56:27 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22597 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:31 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22598 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:36 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22599 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:40 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22600 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:44 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22601 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:48 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22602 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:52 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22603 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:56:56 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22604 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 15:57:01 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22605 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:57:05 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22606 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22607 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22608 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22609 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22610 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22611 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22612 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22613 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22614 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22615 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22616 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22617 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:57:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22618 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22619 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22620 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22621 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22622 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22623 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22624 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22625 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22626 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22627 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22628 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22629 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:58:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22630 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 15:58:37 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22631 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:58:41 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22632 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:58:45 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22633 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:58:50 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22634 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:58:54 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22635 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:58:58 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22636 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 15:59:02 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22637 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:59:06 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22638 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:59:10 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22639 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22640 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22641 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22642 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22643 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22644 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22645 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22646 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22647 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22648 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22649 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22650 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 15:59:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22651 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 15:59:20 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22652 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 15:59:24 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22653 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:59:28 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22654 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:59:32 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22655 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:59:36 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22656 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:59:39 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22657 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:59:43 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22658 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:59:48 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22659 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 15:59:52 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22660 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 15:59:56 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22661 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:00:00 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22662 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22663 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22664 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22665 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22666 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22667 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22668 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22669 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22670 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22671 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22672 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22673 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:00:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22674 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:01:05 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22675 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:01:09 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22676 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:01:13 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22677 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22678 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22679 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22680 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22681 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22682 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22683 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22684 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22685 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22686 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22687 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22688 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:01:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22689 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:01:18 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22690 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:01:22 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22691 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:01:26 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22692 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:01:30 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22693 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:01:34 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22694 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:01:38 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22695 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22696 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22697 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22698 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22699 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22700 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22701 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22702 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22703 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22704 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22705 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22706 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:02:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22707 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:02:19 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22708 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:02:23 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22709 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:02:27 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22710 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:02:31 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22711 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:02:34 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22712 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:02:38 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22713 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:02:42 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22714 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:02:47 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22715 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:02:51 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22716 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:02:55 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22717 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:02:59 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22718 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:03:03 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22719 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22720 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22721 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22722 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22723 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22724 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22725 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22726 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22727 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22728 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22729 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22730 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:03:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22731 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:03:43 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22732 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:03:47 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22733 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:03:52 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22734 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:03:56 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22735 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:00 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22736 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:04 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22737 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:08 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22738 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:12 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22739 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:17 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22740 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22741 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22742 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22743 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22744 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22745 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22746 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22747 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22748 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22749 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22750 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22751 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:04:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22752 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:04:21 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22753 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:25 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22754 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:29 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22755 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:33 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22756 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:04:37 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22757 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:41 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22758 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:45 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22759 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:50 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22760 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:54 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22761 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:04:58 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22762 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:05:07 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22763 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:05:11 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22764 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:05:15 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22765 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22766 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22767 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22768 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22769 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22770 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22771 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22772 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22773 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22774 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22775 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22776 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:05:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22777 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:05:19 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22778 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:05:23 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22779 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:05:27 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22780 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:05:31 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22781 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:05:35 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22782 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:05:40 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22783 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:05:44 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22784 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:05:48 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22785 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:05:52 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22786 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22787 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22788 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22789 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22790 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22791 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22792 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22793 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22794 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22795 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22796 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22797 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:06:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22798 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22799 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22800 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22801 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22802 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22803 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22804 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22805 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22806 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22807 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22808 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22809 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:07:18 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22810 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:07:25 172.21.110.33-1 TRAPMGR[151152816]: traputil.c(611) 22811 %% Link Up: 1/0/13

<189> DEC 15 16:07:25 172.21.110.33-1 TRAPMGR[151152816]: traputil.c(611) 22812 %% 1/0/13 is transitioned from the Forwarding state to the Blocking state in instance 0

--More-- or (q)uit

<189> DEC 15 16:07:47 172.21.110.33-1 TRAPMGR[151152816]: traputil.c(611) 22813 %% 1/0/13 is transitioned from the Learning state to the Forwarding state in instance 0

<189> DEC 15 16:07:47 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22814 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:07:50 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22815 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:07:54 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22816 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:07:58 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22817 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:08:02 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22818 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:08:06 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22819 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:08:10 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22820 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:08:14 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22821 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22822 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22823 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22824 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22825 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22826 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22827 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22828 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22829 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22830 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22831 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22832 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:08:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22833 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:08:18 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22834 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:08:22 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22835 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:08:27 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22836 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:08:31 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22837 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:08:34 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22838 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:08:50 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22839 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:08:54 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22840 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:08:58 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22841 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:09:02 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22842 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:09:06 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22843 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:09:10 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22844 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:09:14 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22845 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22846 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22847 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22848 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22849 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22850 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22851 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22852 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22853 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22854 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22855 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22856 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:09:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22857 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:09:18 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22858 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:09:23 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22859 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:09:27 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22860 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:09:31 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22861 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22862 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22863 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22864 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22865 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22866 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22867 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22868 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22869 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22870 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22871 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22872 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:10:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22873 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:11:07 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22874 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:11:11 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22875 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:11:15 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22876 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22877 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22878 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22879 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22880 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22881 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22882 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22883 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22884 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22885 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22886 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22887 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:11:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22888 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:11:19 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22889 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:11:23 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22890 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:11:27 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22891 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:11:30 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22892 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:11:34 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22893 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:11:38 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22894 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:11:42 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22895 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:11:46 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22896 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:11:51 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22897 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22898 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22899 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22900 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22901 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22902 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22903 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22904 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22905 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22906 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22907 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22908 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:12:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22909 %% macalRuleActionGet(): List  does not exist.

<189> DEC 15 16:12:26 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22910 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:12:30 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22911 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:12:34 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22912 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:12:38 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22913 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:12:43 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22914 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:12:47 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22915 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:12:51 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22916 %% Spanning Tree Topology Change: 0, Unit: 1

--More-- or (q)uit

<189> DEC 15 16:12:55 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22917 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:13:00 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22918 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:13:04 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22919 %% Spanning Tree Topology Change: 0, Unit: 1

<189> DEC 15 16:13:08 172.21.110.33-1 TRAPMGR[124134176]: traputil.c(611) 22920 %% Spanning Tree Topology Change: 0, Unit: 1

<190> DEC 15 16:13:12 172.21.110.33-1 UNKN[138386656]: radius.c(1355) 22921 %% RADIUS: MS attribute type =14

<190> DEC 15 16:13:12 172.21.110.33-1 UNKN[138386656]: radius.c(1355) 22922 %% RADIUS: MS attribute type =15

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22923 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22924 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22925 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22926 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22927 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22928 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22929 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22930 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22931 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22932 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22933 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22934 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:13:18 172.21.110.33-1 USER_MGR[103972416]: user_mgr.c(1401) 22935 %% User mukeshb Failed to login because of authentication failures

<189> DEC 15 16:13:18 172.21.110.33-1 TRAPMGR[103972416]: traputil.c(611) 22936 %% Failed User Login: Unit: 1 User ID: mukeshb

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22937 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22938 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22939 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22940 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22941 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22942 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22943 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22944 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22945 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22946 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22947 %% macalRuleActionGet(): List  does not exist.

<190> DEC 15 16:14:17 172.21.110.33-1 UNKN[111253472]: macal_api.c(844) 22948 %% macalRuleActionGet(): List  does not exist.

--More-- or (q)uit

Z1065#show interfaces detail ethernet 1/g13

Port   Type                            Duplex  Speed    Neg   Admin  Link

                                                             State  State

-----  ------------------------------  ------  -------  ----  -----  -----

1/g13  Gigabit - Level                 Full    1000     Auto  Up     Up    

Port  Description

----  --------------------------------------------------------------------------

1/g13                                                                          

Flow Control:Enabled

Port: 1/g13

VLAN Membership mode:General Mode

Operating parameters:

PVID: 1      

Ingress Filtering: Enabled    

Acceptable Frame Type: Admit All    

Default Priority: 0            

GVRP status:Disabled

Protected:Disabled

--More-- or (q)uit

Port 1/g13 is member in:

VLAN    Name                              Egress rule   Type

----    --------------------------------- -----------   --------

1       Default                           Untagged      Default  

Static configuration:

PVID: 1      

Ingress Filtering: Enabled    

Acceptable Frame Type: Admit All    

Port 1/g13 is statically configured to:

VLAN    Name                              Egress rule

----    --------------------------------- -----------

Forbidden VLANS:

VLAN    Name

----    ---------------------------------

Port 1/g13   Enabled

State: Forwarding                                Role: Designated

--More-- or (q)uit

Port id: 128.13                                  Port Cost: 20000

Port Fast:  No (Configured: no )                 Root Protection: Yes

Designated bridge Priority: 32768                Address: 80:00:D0:67:E5:83:5E:B7

Designated port id: 128.13                       Designated path cost: 80000

CST Regional Root: 80:00:D0:67:E5:83:5E:B7       CST Port Cost: 0

BPDU: sent 1100, received 54

Z1065#show interfaces status ethernet 1/g13

Port   Type                            Duplex  Speed    Neg  Link  Flow Control

                                                            State Status

-----  ------------------------------  ------  -------  ---- --------- ------------

1/g13  Gigabit - Level                 Full    1000     Auto Up        Active    

Flow Control:Enabled

Z1065#show spanning-tree blockedports

Spanning tree Enabled (BPDU flooding : Disabled) mode rstp

CST Regional Root:        80:00:D0:67:E5:83:5E:B7

Regional Root Path Cost:  0

###### MST 0 Vlan Mapped:   1

ROOT ID

             Address         00:11:43:88:EE:E2

             Path Cost       80000

             Root Port      1/g21  

             Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec

Bridge ID

             Priority        32768

             Address         80:00:D0:67:E5:83:5E:B7

             Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec

Interfaces

--More-- or (q)uit

Name    State   Prio.Nbr    Cost       Sts  Role PortFast  RestrictedPort

------  -------- --------- ----------  ---- ----- --------  -------

Z1065#show d spanning-tree active

Spanning tree Enabled (BPDU flooding : Disabled) Portfast BPDU filtering  Disabled mode rstp

CST Regional Root:        80:00:D0:67:E5:83:5E:B7

Regional Root Path Cost:  0

###### MST 0 Vlan Mapped:   1

ROOT ID

             Address         00:11:43:88:EE:E2

             Path Cost       80000

             Root Port      1/g21  

             Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec

Bridge ID

             Priority        32768

             Address         80:00:D0:67:E5:83:5E:B7

             Hello Time 2 Sec Max Age 20 sec Forward Delay 15 sec

Interfaces

--More-- or (q)uit

Name    State   Prio.Nbr    Cost       Sts  Role PortFast  RestrictedPort

------  -------- --------- ----------  ---- ----- --------  -------

1/g3     Enabled  128.3         20000   FWD  Desg      No      No  

1/g4     Enabled  128.4         20000   FWD  Desg      No      No  

1/g5     Enabled  128.5         20000   FWD  Desg      No      No  

1/g6     Enabled  128.6        200000   FWD  Desg      No      No  

1/g7     Enabled  128.7       2000000   FWD  Desg      No      No  

1/g8     Enabled  128.8       2000000   FWD  Desg      No      No  

1/g9     Enabled  128.9         20000   FWD  Desg      No      No  

1/g10    Enabled  128.10        20000   FWD  Desg      No      No  

1/g11    Enabled  128.11        20000   FWD  Desg      No      No  

1/g12    Enabled  128.12        20000   FWD  Desg      No      No  

1/g13    Enabled  128.13        20000   FWD  Desg      No      Yes

1/g15    Enabled  128.15        20000   FWD  Desg      No      No  

1/g16    Enabled  128.16        20000   FWD  Desg      No      No  

1/g17    Enabled  128.17        20000   FWD  Desg      No      No  

1/g18    Enabled  128.18        20000   FWD  Desg      No      No  

1/g19    Enabled  128.19       200000   FWD  Desg      No      No  

--More-- or (q)uit

Name    State   Prio.Nbr    Cost       Sts  Role PortFast  RestrictedPort

------  -------- --------- ----------  ---- ----- --------  -------

1/g21    Enabled  128.21        20000   FWD  Root      No    

5 Practitioner

 • 

274.2K Posts

December 15th, 2014 13:00

How many switches are on this network? which switch is your root switch? What priority is it set to? Based on the running configs the switches are set to Priority 32768. Unless you changed it since posting up the configs?

By default spanning tree is enabled. So unless you specifically disabled it, spanning tree is still enabled.  

30 Posts

December 15th, 2014 13:00

I think I got issue resolve by only setup LAN switch's port in spanning tree guard root and take out spanning tree guard from development side switch. keep development side switch spanning tree priority highest so it will not act as root .

I do appreciates your help me to guide me in direction where to look for  issue.

30 Posts

December 15th, 2014 14:00

I have spoken too soon , problem has come back, I can see in logging that it is still selecting development switch as STP root. I have to disconnect cable between switch to keep LAN in operation.

how can I block root election.?

5 Practitioner

 • 

274.2K Posts

December 16th, 2014 05:00

Thanks for the update, I am glad to hear you were able to get the connection working.

Cheers.

5 Practitioner

 • 

274.2K Posts

December 16th, 2014 05:00

I think now would be a good time to map out your network. knowing which switch plugs into which other switches/routers/firewalls, Can help a lot when troubleshooting issues like this, and knowing which switches should be assigned what priority level.

Was the LAN and development networks connected to each other before adding the new switch? or is the new switch being added to create the connection between the two networks? Which device on each network is performing the routing?  

No Events found!

Top