Start a Conversation

Unsolved

This post is more than 5 years old

52438

October 4th, 2011 03:00

Powerconnect 6248 - VLAN with LAG

Hello,

I need help to configure powerconnect 6248.

I have 2 switch configured the same way with 3 VLANs, it works fine. so I would like to configure LAG.

When I configure LAG with VLAN, my servers on the second switch can't response and communique outside.

I have a LAG by VLAN, that the good way? Or can I do one global LAG for all my VLAN?

What is the best practice to do that?

Thank's

67 Posts

October 4th, 2011 22:00

quick answer - Switchport mode Trunk assigned on the LAG.  Can you copy running config.  Will send example (strip out sensitive info before copy/paste)

8 Posts

October 5th, 2011 07:00

I dont have remote access on the switchs actualy because there are in a new datacenter, and the wiring doesn't finished, so I can't send you the copy running config.

But Here are the commands I used :

interface range ethernet 1/g1-1/g24

switchport mode general

switchport general allowed vlan add 1

switchport general pvid 1

exit

interface vlan 1

ip address 10.39.0.0 255.255.0.0

interface range ethernet 1/g25-1/g34

switchport mode general

switchport general allowed vlan add 2

switchport general pvid 2

exit

interface vlan 2

ip address 10.75.0.0 255.255.0.0

interface range ethernet 1/g35-1/g43

switchport mode general

switchport general allowed vlan add 3

switchport general pvid 3

exit

interface vlan 3

ip address 10.94.0.0 255.255.0.0

To summarize, I have 3 network :

- 10.39.xxx.xxx

- 10.94.xxx.xxx

- 10.75.xxx.xxx

I have 3 VLAN corresponding to my 3 network, my firewall runs as a routeur, I don't want that my 3 VLAN can communicate between us accross the swicth, but only through my firewall, so I don't have activate routing on the swicth.

I have realised the configuration on my second switch, so I want activate LAG.

Actualy, I have one LAG by VLAN, so 3 LAGs, but It doesn't work, my servers on my VLAN can no longer communicate with outside.

On each LAG's port, I must define swicthport trunk? Actually my VLAN's port are in general mode.

Can I have just one global LAN to my 3 VLAN?

Thank's for your reply!

67 Posts

October 5th, 2011 21:00

Recommend you change VLAN1 to other - mabe 10?  Reason, It's not routed in 3.x.x.x code.  Think that changed in 4.x.x.x along with some of the CLI...

This example uses the last 4 switchports for aggregate trunk between switches.  I don't think I missed anything...

Switch6248#

Switch6248(config)# interface range ethernet 1/g44-1/g48

Switch6248(config-if)# channel-group 1 mode auto

Switch6248(config-if)# switchport mode trunk

Switch6248(config-if)# switchport trunk allow vlan add 2,3,10

Switch6248(config-if)# exit

Switch6248(config)#

Switch6248(config)#

Switch6248(config)# interface port-channel 1

Switch6248(config-if)# switchport mode trunk

Switch6248(config-if)# switchport trunk allow vlan add 2,3,10

Switch6248(config-if)# end

Switch6248#

Switch6248#show int po 1

Of course don't forget to make your switch to switch connections and save your configs before changes and after verifying link.

67 Posts

October 5th, 2011 22:00

Oops.  forgot to mention copy this identically on both switches.

8 Posts

October 6th, 2011 01:00

Thank's jp1110 for your reply!

With your configuration, I want to be sure that the VLANs can not communicate with each other through switch, but only through my firewall.

That's right?

Best Regard's,

67 Posts

October 6th, 2011 19:00

Correct.  No VLAN cross talk.  

Later,

JP  

8 Posts

October 7th, 2011 01:00

Tank's jp1110 for your reply!

I will try this monday.

Just a last question to understand, my LAG will be on the port 44 to 48, so this ports belongs to the default VLAN1? This isn't a problem?

It's possible to do my LAG on the VLAN2 (port 1-4 for exemple)? The configuration is the same?

For the LAG, I don't need to use LACP?

Regard's!

67 Posts

October 11th, 2011 00:00

QUESTION:

"Just a last question to understand, my LAG will be on the port 44 to 48, so this ports belongs to the default VLAN1? This isn't a problem?"

ANSWER:

When you configure your LAG (Port-Channel) in Trunk mode those "members" (44-48) are defined by the Port-channel allowed VLANs "2,3, &10".  Take a look...  After applying the config do a "show po 1" to see all your assigned port and then a "show vlan", you will see that ch1 (port-channel 1) belongs to VLANs 2, 3, 10.

QUESTION:

"It's possible to do my LAG on the VLAN2 (port 1-4 for exemple)? ThIt's possible to do my LAG on the VLAN2 (port 1-4 for exemple)? The configuration is the same?

ANSWER:

Yes.  However dont look at it as a LAG on VLAN2.  Understand it this way... Your grouping switchports as a LAG (aggregate).  In order to manage this group of ports the switch creates a "virtual' interface for the members called the Port-channel.  Here's the key.  Its this Port-channel that allows or disallows VLANs to pass.  Hope that's not too confusing.  

QUESTION:

"For the LAG, I don't need to use LACP?"

ANSWER:

LACP function of the port-channel is defined in channel-group syntax.

" channel-group 1 mode auto"... auto = LACP

8 Posts

October 13th, 2011 07:00

Hello,

My configuration is ok, but I have an issue when i reboot my switch.

So, I have 2 SFP transceiver which works fine. But when I reboot my firewall, the SFP link state is down during approximatively 1 hour, and after that the state passed up.

There is special settings and configuration to use STP correctly?

My logs : (another question, how to set time on this switch?)

1 Critical MAY 08 17:48:54 UNKN Event(0xaaaaaaaa)

2 Notice MAY 08 17:48:54 UNKN Starting code... BSP initialization complete, starting system application.

3 Info MAY 08 17:49:02 UNITMGR No Potential unit to configure as Standby when unit 1 joined

4 Warning MAY 08 17:49:03 UNITMGR Power On Start complete on unit 1

5 Notice MAY 08 17:49:06 TRAPMGR Spanning Tree Topology Change: 0, Unit: 1

6 Notice MAY 08 17:49:27 TRAPMGR Spanning Tree Topology Change: 0, Unit: 1

7 Notice MAY 08 17:50:01 TRAPMGR Cold Start: Unit: 0

8 Notice MAY 08 17:50:01 TRAPMGR Unit 1 is the new stack master, Old stack master unit is 0

9 Notice MAY 08 17:50:01 TRAPMGR Power On Start has completed on unit 1.

10 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/1

11 Notice MAY 08 17:50:01 TRAPMGR 1/0/1 is transitioned from the Forwarding state to the Blocking state in instance 0

12 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/4

13 Notice MAY 08 17:50:01 TRAPMGR 1/0/4 is transitioned from the Forwarding state to the Blocking state in instance 0

14 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/5

15 Notice MAY 08 17:50:01 TRAPMGR 1/0/5 is transitioned from the Forwarding state to the Blocking state in instance 0

16 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/15

17 Notice MAY 08 17:50:01 TRAPMGR 1/0/15 is transitioned from the Forwarding state to the Blocking state in instance 0

18 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/16

19 Notice MAY 08 17:50:01 TRAPMGR 1/0/16 is transitioned from the Forwarding state to the Blocking state in instance 0

20 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/17

21 Notice MAY 08 17:50:01 TRAPMGR 1/0/17 is transitioned from the Forwarding state to the Blocking state in instance 0

22 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/18

23 Notice MAY 08 17:50:01 TRAPMGR 1/0/18 is transitioned from the Forwarding state to the Blocking state in instance 0

24 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/20

25 Notice MAY 08 17:50:01 TRAPMGR 1/0/20 is transitioned from the Forwarding state to the Blocking state in instance 0

26 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/2

27 Notice MAY 08 17:50:01 TRAPMGR 1/0/2 is transitioned from the Forwarding state to the Blocking state in instance 0

28 Notice MAY 08 17:50:01 TRAPMGR Link Down: 1/0/4

29 Notice MAY 08 17:50:01 TRAPMGR Link on 1/0/4 is failed

30 Notice MAY 08 17:50:01 TRAPMGR 1/0/4 is transitioned from the Forwarding state to the Blocking state in instance 0

31 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/21

32 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/22

33 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/25

34 Notice MAY 08 17:50:01 TRAPMGR 1/0/25 is transitioned from the Forwarding state to the Blocking state in instance 0

35 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/26

36 Notice MAY 08 17:50:01 TRAPMGR 1/0/26 is transitioned from the Forwarding state to the Blocking state in instance 0

37 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/27

38 Notice MAY 08 17:50:01 TRAPMGR 1/0/27 is transitioned from the Forwarding state to the Blocking state in instance 0

39 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/28

40 Notice MAY 08 17:50:01 TRAPMGR 1/0/28 is transitioned from the Forwarding state to the Blocking state in instance 0

41 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/29

42 Notice MAY 08 17:50:01 TRAPMGR 1/0/29 is transitioned from the Forwarding state to the Blocking state in instance 0

43 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/31

44 Notice MAY 08 17:50:01 TRAPMGR 1/0/31 is transitioned from the Forwarding state to the Blocking state in instance 0

45 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/33

46 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/34

47 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/36

48 Notice MAY 08 17:50:01 TRAPMGR 1/0/36 is transitioned from the Forwarding state to the Blocking state in instance 0

49 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/37

50 Notice MAY 08 17:50:01 TRAPMGR Link Down: 1/0/5

51 Notice MAY 08 17:50:01 TRAPMGR Link on 1/0/5 is failed

52 Notice MAY 08 17:50:01 TRAPMGR 1/0/37 is transitioned from the Forwarding state to the Blocking state in instance 0

53 Notice MAY 08 17:50:01 TRAPMGR 1/0/5 is transitioned from the Forwarding state to the Blocking state in instance 0

54 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/38

55 Notice MAY 08 17:50:01 TRAPMGR 1/0/38 is transitioned from the Forwarding state to the Blocking state in instance 0

56 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/6

57 Notice MAY 08 17:50:01 TRAPMGR 1/0/6 is transitioned from the Forwarding state to the Blocking state in instance 0

58 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/7

59 Notice MAY 08 17:50:01 TRAPMGR 1/0/7 is transitioned from the Forwarding state to the Blocking state in instance 0

60 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/39

61 Notice MAY 08 17:50:01 TRAPMGR 1/0/39 is transitioned from the Forwarding state to the Blocking state in instance 0

62 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/41

63 Notice MAY 08 17:50:01 TRAPMGR 1/0/41 is transitioned from the Forwarding state to the Blocking state in instance 0

64 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/8

65 Notice MAY 08 17:50:01 TRAPMGR 1/0/8 is transitioned from the Forwarding state to the Blocking state in instance 0

66 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/11

67 Notice MAY 08 17:50:01 TRAPMGR 1/0/11 is transitioned from the Forwarding state to the Blocking state in instance 0

68 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/43

69 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/44

70 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/12

71 Notice MAY 08 17:50:01 TRAPMGR 1/0/12 is transitioned from the Forwarding state to the Blocking state in instance 0

72 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/13

73 Notice MAY 08 17:50:01 TRAPMGR 1/0/13 is transitioned from the Forwarding state to the Blocking state in instance 0

74 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/14

75 Notice MAY 08 17:50:01 TRAPMGR 1/0/14 is transitioned from the Forwarding state to the Blocking state in instance 0

76 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/19

77 Notice MAY 08 17:50:01 TRAPMGR 1/0/19 is transitioned from the Forwarding state to the Blocking state in instance 0

78 Notice MAY 08 17:50:01 TRAPMGR 1/0/19 is transitioned from the Learning state to the Forwarding state in instance 0

79 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/23

80 Notice MAY 08 17:50:01 TRAPMGR 1/0/23 is transitioned from the Forwarding state to the Blocking state in instance 0

81 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/24

82 Notice MAY 08 17:50:01 TRAPMGR 1/0/24 is transitioned from the Forwarding state to the Blocking state in instance 0

83 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/30

84 Notice MAY 08 17:50:01 TRAPMGR 1/0/30 is transitioned from the Forwarding state to the Blocking state in instance 0

85 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/32

86 Notice MAY 08 17:50:01 TRAPMGR 1/0/32 is transitioned from the Forwarding state to the Blocking state in instance 0

87 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/35

88 Notice MAY 08 17:50:01 TRAPMGR 1/0/35 is transitioned from the Forwarding state to the Blocking state in instance 0

89 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/40

90 Notice MAY 08 17:50:01 TRAPMGR 1/0/40 is transitioned from the Forwarding state to the Blocking state in instance 0

91 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/42

92 Notice MAY 08 17:50:01 TRAPMGR 1/0/42 is transitioned from the Forwarding state to the Blocking state in instance 0

93 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/3

94 Notice MAY 08 17:50:01 TRAPMGR 1/0/3 is transitioned from the Forwarding state to the Blocking state in instance 0

95 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/9

96 Notice MAY 08 17:50:01 TRAPMGR 1/0/9 is transitioned from the Forwarding state to the Blocking state in instance 0

97 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/10

98 Notice MAY 08 17:50:01 TRAPMGR 1/0/10 is transitioned from the Forwarding state to the Blocking state in instance 0

99 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/4

100 Notice MAY 08 17:50:01 TRAPMGR 1/0/4 is transitioned from the Forwarding state to the Blocking state in instance 0

101 Notice MAY 08 17:50:01 TRAPMGR Link Up: 1/0/5

102 Notice MAY 08 17:50:01 TRAPMGR 1/0/5 is transitioned from the Forwarding state to the Blocking state in instance 0

103 Notice MAY 08 17:50:01 TRAPMGR Entity Database: Configuration Changed

104 Notice MAY 08 17:50:01 TRAPMGR 1/0/1 is transitioned from the Learning state to the Forwarding state in instance 0

105 Notice MAY 08 17:50:01 TRAPMGR 1/0/15 is transitioned from the Learning state to the Forwarding state in instance 0

106 Notice MAY 08 17:50:01 TRAPMGR 1/0/16 is transitioned from the Learning state to the Forwarding state in instance 0

107 Notice MAY 08 17:50:01 TRAPMGR 1/0/17 is transitioned from the Learning state to the Forwarding state in instance 0

108 Notice MAY 08 17:50:01 TRAPMGR 1/0/18 is transitioned from the Learning state to the Forwarding state in instance 0

109 Notice MAY 08 17:50:01 TRAPMGR 1/0/20 is transitioned from the Learning state to the Forwarding state in instance 0

110 Notice MAY 08 17:50:01 TRAPMGR 1/0/2 is transitioned from the Learning state to the Forwarding state in instance 0

111 Notice MAY 08 17:50:01 TRAPMGR 1/0/25 is transitioned from the Learning state to the Forwarding state in instance 0

112 Notice MAY 08 17:50:01 TRAPMGR 1/0/26 is transitioned from the Learning state to the Forwarding state in instance 0

113 Notice MAY 08 17:50:01 TRAPMGR 1/0/27 is transitioned from the Learning state to the Forwarding state in instance 0

114 Notice MAY 08 17:50:01 TRAPMGR 1/0/28 is transitioned from the Learning state to the Forwarding state in instance 0

115 Notice MAY 08 17:50:01 TRAPMGR 1/0/29 is transitioned from the Learning state to the Forwarding state in instance 0

116 Notice MAY 08 17:50:01 TRAPMGR 1/0/31 is transitioned from the Learning state to the Forwarding state in instance 0

117 Notice MAY 08 17:50:01 TRAPMGR 1/0/36 is transitioned from the Learning state to the Forwarding state in instance 0

118 Notice MAY 08 17:50:01 TRAPMGR 1/0/6 is transitioned from the Learning state to the Forwarding state in instance 0

119 Notice MAY 08 17:50:01 TRAPMGR 1/0/7 is transitioned from the Learning state to the Forwarding state in instance 0

120 Notice MAY 08 17:50:01 TRAPMGR 1/0/8 is transitioned from the Learning state to the Forwarding state in instance 0

121 Notice MAY 08 17:50:01 TRAPMGR 1/0/11 is transitioned from the Learning state to the Forwarding state in instance 0

122 Notice MAY 08 17:50:01 TRAPMGR 1/0/37 is transitioned from the Learning state to the Forwarding state in instance 0

123 Notice MAY 08 17:50:01 TRAPMGR 1/0/38 is transitioned from the Learning state to the Forwarding state in instance 0

124 Notice MAY 08 17:50:01 TRAPMGR 1/0/39 is transitioned from the Learning state to the Forwarding state in instance 0

125 Notice MAY 08 17:50:01 TRAPMGR 1/0/41 is transitioned from the Learning state to the Forwarding state in instance 0

126 Notice MAY 08 17:50:01 TRAPMGR 1/0/12 is transitioned from the Learning state to the Forwarding state in instance 0

127 Notice MAY 08 17:50:01 TRAPMGR 1/0/13 is transitioned from the Learning state to the Forwarding state in instance 0

128 Notice MAY 08 17:50:01 TRAPMGR 1/0/14 is transitioned from the Learning state to the Forwarding state in instance 0

129 Notice MAY 08 17:50:01 TRAPMGR 1/0/23 is transitioned from the Learning state to the Forwarding state in instance 0

130 Notice MAY 08 17:50:01 TRAPMGR 1/0/24 is transitioned from the Learning state to the Forwarding state in instance 0

131 Notice MAY 08 17:50:01 TRAPMGR 1/0/30 is transitioned from the Learning state to the Forwarding state in instance 0

132 Notice MAY 08 17:50:01 TRAPMGR 1/0/32 is transitioned from the Learning state to the Forwarding state in instance 0

133 Notice MAY 08 17:50:01 TRAPMGR 1/0/35 is transitioned from the Learning state to the Forwarding state in instance 0

134 Notice MAY 08 17:50:01 TRAPMGR 1/0/40 is transitioned from the Learning state to the Forwarding state in instance 0

135 Notice MAY 08 17:50:01 TRAPMGR 1/0/42 is transitioned from the Learning state to the Forwarding state in instance 0

136 Notice MAY 08 17:50:01 TRAPMGR 1/0/3 is transitioned from the Learning state to the Forwarding state in instance 0

137 Notice MAY 08 17:50:01 TRAPMGR 1/0/9 is transitioned from the Learning state to the Forwarding state in instance 0

138 Notice MAY 08 17:50:01 TRAPMGR 1/0/10 is transitioned from the Learning state to the Forwarding state in instance 0

139 Notice MAY 08 17:50:01 TRAPMGR 1/0/4 is transitioned from the Learning state to the Forwarding state in instance 0

140 Notice MAY 08 17:50:01 TRAPMGR 1/0/5 is transitioned from the Learning state to the Forwarding state in instance 0

141 Notice MAY 08 18:48:21 TRAPMGR Link Up: 1/0/48

142 Notice MAY 08 18:48:21 TRAPMGR 1/0/48 is transitioned from the Forwarding state to the Blocking state in instance 0

143 Notice MAY 08 18:48:21 TRAPMGR Instance 0 has elected a new STP root: 0000:001c:f976:0800

144 Notice MAY 08 18:48:21 TRAPMGR 1/0/1 is transitioned from the Forwarding state to the Blocking state in instance 0

145 Notice MAY 08 18:48:21 TRAPMGR 1/0/2 is transitioned from the Forwarding state to the Blocking state in instance 0

146 Notice MAY 08 18:48:21 TRAPMGR 1/0/3 is transitioned from the Forwarding state to the Blocking state in instance 0

147 Notice MAY 08 18:48:21 TRAPMGR 1/0/4 is transitioned from the Forwarding state to the Blocking state in instance 0

148 Notice MAY 08 18:48:21 TRAPMGR Spanning Tree Topology Change: 0, Unit: 1

149 Notice MAY 08 18:48:21 TRAPMGR 1/0/5 is transitioned from the Forwarding state to the Blocking state in instance 0

150 Notice MAY 08 18:48:21 TRAPMGR 1/0/6 is transitioned from the Forwarding state to the Blocking state in instance 0

151 Notice MAY 08 18:48:21 TRAPMGR 1/0/7 is transitioned from the Forwarding state to the Blocking state in instance 0

152 Notice MAY 08 18:48:21 TRAPMGR 1/0/8 is transitioned from the Forwarding state to the Blocking state in instance 0

153 Notice MAY 08 18:48:21 TRAPMGR 1/0/9 is transitioned from the Forwarding state to the Blocking state in instance 0

154 Notice MAY 08 18:48:21 TRAPMGR 1/0/10 is transitioned from the Forwarding state to the Blocking state in instance 0

155 Notice MAY 08 18:48:21 TRAPMGR 1/0/11 is transitioned from the Forwarding state to the Blocking state in instance 0

156 Notice MAY 08 18:48:21 TRAPMGR 1/0/12 is transitioned from the Forwarding state to the Blocking state in instance 0

157 Notice MAY 08 18:48:21 TRAPMGR 1/0/13 is transitioned from the Forwarding state to the Blocking state in instance 0

158 Notice MAY 08 18:48:21 TRAPMGR 1/0/14 is transitioned from the Forwarding state to the Blocking state in instance 0

159 Notice MAY 08 18:48:21 TRAPMGR 1/0/15 is transitioned from the Forwarding state to the Blocking state in instance 0

160 Notice MAY 08 18:48:21 TRAPMGR 1/0/16 is transitioned from the Forwarding state to the Blocking state in instance 0

161 Notice MAY 08 18:48:21 TRAPMGR 1/0/17 is transitioned from the Forwarding state to the Blocking state in instance 0

162 Notice MAY 08 18:48:21 TRAPMGR 1/0/18 is transitioned from the Forwarding state to the Blocking state in instance 0

163 Notice MAY 08 18:48:21 TRAPMGR 1/0/19 is transitioned from the Forwarding state to the Blocking state in instance 0

164 Notice MAY 08 18:48:21 TRAPMGR 1/0/20 is transitioned from the Forwarding state to the Blocking state in instance 0

165 Notice MAY 08 18:48:21 TRAPMGR 1/0/23 is transitioned from the Forwarding state to the Blocking state in instance 0

166 Notice MAY 08 18:48:21 TRAPMGR 1/0/24 is transitioned from the Forwarding state to the Blocking state in instance 0

167 Notice MAY 08 18:48:21 TRAPMGR 1/0/25 is transitioned from the Forwarding state to the Blocking state in instance 0

168 Notice MAY 08 18:48:21 TRAPMGR 1/0/26 is transitioned from the Forwarding state to the Blocking state in instance 0

169 Notice MAY 08 18:48:21 TRAPMGR 1/0/27 is transitioned from the Forwarding state to the Blocking state in instance 0

170 Notice MAY 08 18:48:21 TRAPMGR 1/0/28 is transitioned from the Forwarding state to the Blocking state in instance 0

171 Notice MAY 08 18:48:21 TRAPMGR 1/0/29 is transitioned from the Forwarding state to the Blocking state in instance 0

172 Notice MAY 08 18:48:21 TRAPMGR 1/0/30 is transitioned from the Forwarding state to the Blocking state in instance 0

173 Notice MAY 08 18:48:21 TRAPMGR 1/0/31 is transitioned from the Forwarding state to the Blocking state in instance 0

174 Notice MAY 08 18:48:21 TRAPMGR 1/0/32 is transitioned from the Forwarding state to the Blocking state in instance 0

175 Notice MAY 08 18:48:21 TRAPMGR 1/0/35 is transitioned from the Forwarding state to the Blocking state in instance 0

176 Notice MAY 08 18:48:21 TRAPMGR 1/0/36 is transitioned from the Forwarding state to the Blocking state in instance 0

177 Notice MAY 08 18:48:21 TRAPMGR 1/0/37 is transitioned from the Forwarding state to the Blocking state in instance 0

178 Notice MAY 08 18:48:21 TRAPMGR 1/0/38 is transitioned from the Forwarding state to the Blocking state in instance 0

179 Notice MAY 08 18:48:21 TRAPMGR 1/0/39 is transitioned from the Forwarding state to the Blocking state in instance 0

180 Notice MAY 08 18:48:21 TRAPMGR 1/0/40 is transitioned from the Forwarding state to the Blocking state in instance 0

181 Notice MAY 08 18:48:21 TRAPMGR 1/0/41 is transitioned from the Forwarding state to the Blocking state in instance 0

182 Notice MAY 08 18:48:21 TRAPMGR 1/0/42 is transitioned from the Forwarding state to the Blocking state in instance 0

183 Notice MAY 08 18:48:21 TRAPMGR 1/0/48 is transitioned from the Learning state to the Forwarding state in instance 0

184 Notice MAY 08 18:48:25 TRAPMGR 1/0/1 is transitioned from the Learning state to the Forwarding state in instance 0

185 Notice MAY 08 18:48:25 TRAPMGR 1/0/2 is transitioned from the Learning state to the Forwarding state in instance 0

186 Notice MAY 08 18:48:25 TRAPMGR 1/0/3 is transitioned from the Learning state to the Forwarding state in instance 0

187 Notice MAY 08 18:48:25 TRAPMGR 1/0/4 is transitioned from the Learning state to the Forwarding state in instance 0

188 Notice MAY 08 18:48:25 TRAPMGR 1/0/5 is transitioned from the Learning state to the Forwarding state in instance 0

189 Notice MAY 08 18:48:25 TRAPMGR 1/0/6 is transitioned from the Learning state to the Forwarding state in instance 0

190 Notice MAY 08 18:48:25 TRAPMGR 1/0/7 is transitioned from the Learning state to the Forwarding state in instance 0

191 Notice MAY 08 18:48:25 TRAPMGR 1/0/8 is transitioned from the Learning state to the Forwarding state in instance 0

192 Notice MAY 08 18:48:25 TRAPMGR 1/0/9 is transitioned from the Learning state to the Forwarding state in instance 0

193 Notice MAY 08 18:48:25 TRAPMGR 1/0/10 is transitioned from the Learning state to the Forwarding state in instance 0

194 Notice MAY 08 18:48:25 TRAPMGR 1/0/11 is transitioned from the Learning state to the Forwarding state in instance 0

195 Notice MAY 08 18:48:25 TRAPMGR 1/0/12 is transitioned from the Learning state to the Forwarding state in instance 0

196 Notice MAY 08 18:48:25 TRAPMGR 1/0/13 is transitioned from the Learning state to the Forwarding state in instance 0

197 Notice MAY 08 18:48:25 TRAPMGR 1/0/14 is transitioned from the Learning state to the Forwarding state in instance 0

198 Notice MAY 08 18:48:25 TRAPMGR 1/0/15 is transitioned from the Learning state to the Forwarding state in instance 0

199 Notice MAY 08 18:48:25 TRAPMGR 1/0/16 is transitioned from the Learning state to the Forwarding state in instance 0

200 Notice MAY 08 18:48:25 TRAPMGR 1/0/17 is transitioned from the Learning state to the Forwarding state in instance 0

201 Notice MAY 08 18:48:25 TRAPMGR 1/0/18 is transitioned from the Learning state to the Forwarding state in instance 0

202 Notice MAY 08 18:48:25 TRAPMGR 1/0/19 is transitioned from the Learning state to the Forwarding state in instance 0

203 Notice MAY 08 18:48:25 TRAPMGR 1/0/20 is transitioned from the Learning state to the Forwarding state in instance 0

204 Notice MAY 08 18:48:25 TRAPMGR 1/0/23 is transitioned from the Learning state to the Forwarding state in instance 0

205 Notice MAY 08 18:48:25 TRAPMGR 1/0/24 is transitioned from the Learning state to the Forwarding state in instance 0

206 Notice MAY 08 18:48:25 TRAPMGR 1/0/25 is transitioned from the Learning state to the Forwarding state in instance 0

207 Notice MAY 08 18:48:25 TRAPMGR 1/0/26 is transitioned from the Learning state to the Forwarding state in instance 0

208 Notice MAY 08 18:48:25 TRAPMGR 1/0/27 is transitioned from the Learning state to the Forwarding state in instance 0

209 Notice MAY 08 18:48:25 TRAPMGR 1/0/28 is transitioned from the Learning state to the Forwarding state in instance 0

210 Notice MAY 08 18:48:25 TRAPMGR 1/0/29 is transitioned from the Learning state to the Forwarding state in instance 0

211 Notice MAY 08 18:48:25 TRAPMGR 1/0/30 is transitioned from the Learning state to the Forwarding state in instance 0

212 Notice MAY 08 18:48:25 TRAPMGR 1/0/31 is transitioned from the Learning state to the Forwarding state in instance 0

213 Notice MAY 08 18:48:25 TRAPMGR 1/0/32 is transitioned from the Learning state to the Forwarding state in instance 0

214 Notice MAY 08 18:48:25 TRAPMGR 1/0/35 is transitioned from the Learning state to the Forwarding state in instance 0

215 Notice MAY 08 18:48:25 TRAPMGR 1/0/36 is transitioned from the Learning state to the Forwarding state in instance 0

216 Notice MAY 08 18:48:25 TRAPMGR 1/0/37 is transitioned from the Learning state to the Forwarding state in instance 0

217 Notice MAY 08 18:48:25 TRAPMGR 1/0/38 is transitioned from the Learning state to the Forwarding state in instance 0

218 Notice MAY 08 18:48:25 TRAPMGR 1/0/39 is transitioned from the Learning state to the Forwarding state in instance 0

219 Notice MAY 08 18:48:25 TRAPMGR 1/0/40 is transitioned from the Learning state to the Forwarding state in instance 0

220 Notice MAY 08 18:48:25 TRAPMGR 1/0/41 is transitioned from the Learning state to the Forwarding state in instance 0

221 Notice MAY 08 18:48:25 TRAPMGR 1/0/42 is transitioned from the Learning state to the Forwarding state in instance 0

222 Notice MAY 08 18:48:26 TRAPMGR Spanning Tree Topology Change: 0, Unit: 1

223 Notice MAY 08 18:48:38 TRAPMGR Link Up: 1/0/47

224 Notice MAY 08 18:48:38 TRAPMGR 1/0/47 is transitioned from the Forwarding state to the Blocking state in instance 0

225 Notice MAY 08 18:48:38 TRAPMGR 1/0/1 is transitioned from the Forwarding state to the Blocking state in instance 0

226 Notice MAY 08 18:48:38 TRAPMGR 1/0/2 is transitioned from the Forwarding state to the Blocking state in instance 0

227 Notice MAY 08 18:48:38 TRAPMGR 1/0/3 is transitioned from the Forwarding state to the Blocking state in instance 0

228 Notice MAY 08 18:48:38 TRAPMGR 1/0/4 is transitioned from the Forwarding state to the Blocking state in instance 0

229 Notice MAY 08 18:48:38 TRAPMGR 1/0/5 is transitioned from the Forwarding state to the Blocking state in instance 0

230 Notice MAY 08 18:48:38 TRAPMGR 1/0/6 is transitioned from the Forwarding state to the Blocking state in instance 0

231 Notice MAY 08 18:48:38 TRAPMGR 1/0/7 is transitioned from the Forwarding state to the Blocking state in instance 0

232 Notice MAY 08 18:48:38 TRAPMGR 1/0/8 is transitioned from the Forwarding state to the Blocking state in instance 0

233 Notice MAY 08 18:48:38 TRAPMGR 1/0/9 is transitioned from the Forwarding state to the Blocking state in instance 0

234 Notice MAY 08 18:48:38 TRAPMGR 1/0/10 is transitioned from the Forwarding state to the Blocking state in instance 0

235 Notice MAY 08 18:48:38 TRAPMGR 1/0/11 is transitioned from the Forwarding state to the Blocking state in instance 0

236 Notice MAY 08 18:48:38 TRAPMGR 1/0/12 is transitioned from the Forwarding state to the Blocking state in instance 0

237 Notice MAY 08 18:48:38 TRAPMGR 1/0/13 is transitioned from the Forwarding state to the Blocking state in instance 0

238 Notice MAY 08 18:48:38 TRAPMGR 1/0/14 is transitioned from the Forwarding state to the Blocking state in instance 0

239 Notice MAY 08 18:48:38 TRAPMGR 1/0/15 is transitioned from the Forwarding state to the Blocking state in instance 0

240 Notice MAY 08 18:48:38 TRAPMGR 1/0/16 is transitioned from the Forwarding state to the Blocking state in instance 0

241 Notice MAY 08 18:48:38 TRAPMGR 1/0/17 is transitioned from the Forwarding state to the Blocking state in instance 0

242 Notice MAY 08 18:48:38 TRAPMGR 1/0/18 is transitioned from the Forwarding state to the Blocking state in instance 0

243 Notice MAY 08 18:48:38 TRAPMGR 1/0/19 is transitioned from the Forwarding state to the Blocking state in instance 0

244 Notice MAY 08 18:48:38 TRAPMGR 1/0/20 is transitioned from the Forwarding state to the Blocking state in instance 0

245 Notice MAY 08 18:48:38 TRAPMGR 1/0/23 is transitioned from the Forwarding state to the Blocking state in instance 0

246 Notice MAY 08 18:48:38 TRAPMGR 1/0/24 is transitioned from the Forwarding state to the Blocking state in instance 0

247 Notice MAY 08 18:48:38 TRAPMGR 1/0/25 is transitioned from the Forwarding state to the Blocking state in instance 0

248 Notice MAY 08 18:48:38 TRAPMGR 1/0/26 is transitioned from the Forwarding state to the Blocking state in instance 0

249 Notice MAY 08 18:48:38 TRAPMGR 1/0/27 is transitioned from the Forwarding state to the Blocking state in instance 0

250 Notice MAY 08 18:48:38 TRAPMGR 1/0/28 is transitioned from the Forwarding state to the Blocking state in instance 0

251 Notice MAY 08 18:48:38 TRAPMGR 1/0/29 is transitioned from the Forwarding state to the Blocking state in instance 0

252 Notice MAY 08 18:48:38 TRAPMGR 1/0/30 is transitioned from the Forwarding state to the Blocking state in instance 0

253 Notice MAY 08 18:48:38 TRAPMGR 1/0/31 is transitioned from the Forwarding state to the Blocking state in instance 0

254 Notice MAY 08 18:48:38 TRAPMGR 1/0/32 is transitioned from the Forwarding state to the Blocking state in instance 0

255 Notice MAY 08 18:48:38 TRAPMGR 1/0/35 is transitioned from the Forwarding state to the Blocking state in instance 0

256 Notice MAY 08 18:48:38 TRAPMGR 1/0/36 is transitioned from the Forwarding state to the Blocking state in instance 0

257 Notice MAY 08 18:48:38 TRAPMGR 1/0/37 is transitioned from the Forwarding state to the Blocking state in instance 0

258 Notice MAY 08 18:48:38 TRAPMGR 1/0/38 is transitioned from the Forwarding state to the Blocking state in instance 0

259 Notice MAY 08 18:48:38 TRAPMGR 1/0/39 is transitioned from the Forwarding state to the Blocking state in instance 0

260 Notice MAY 08 18:48:38 TRAPMGR 1/0/40 is transitioned from the Forwarding state to the Blocking state in instance 0

261 Notice MAY 08 18:48:38 TRAPMGR 1/0/41 is transitioned from the Forwarding state to the Blocking state in instance 0

262 Notice MAY 08 18:48:38 TRAPMGR 1/0/42 is transitioned from the Forwarding state to the Blocking state in instance 0

263 Notice MAY 08 18:48:38 TRAPMGR 1/0/48 is transitioned from the Forwarding state to the Blocking state in instance 0

264 Notice MAY 08 18:48:38 TRAPMGR 1/0/47 is transitioned from the Learning state to the Forwarding state in instance 0

265 Notice MAY 08 18:48:38 TRAPMGR Spanning Tree Topology Change: 0, Unit: 1

266 Notice MAY 08 18:48:42 TRAPMGR Spanning Tree Topology Change: 0, Unit: 1

267 Notice MAY 08 18:48:42 TRAPMGR 1/0/1 is transitioned from the Learning state to the Forwarding state in instance 0

268 Notice MAY 08 18:48:42 TRAPMGR 1/0/2 is transitioned from the Learning state to the Forwarding state in instance 0

269 Notice MAY 08 18:48:42 TRAPMGR 1/0/3 is transitioned from the Learning state to the Forwarding state in instance 0

270 Notice MAY 08 18:48:42 TRAPMGR 1/0/4 is transitioned from the Learning state to the Forwarding state in instance 0

271 Notice MAY 08 18:48:42 TRAPMGR 1/0/5 is transitioned from the Learning state to the Forwarding state in instance 0

272 Notice MAY 08 18:48:42 TRAPMGR 1/0/6 is transitioned from the Learning state to the Forwarding state in instance 0

273 Notice MAY 08 18:48:42 TRAPMGR 1/0/7 is transitioned from the Learning state to the Forwarding state in instance 0

274 Notice MAY 08 18:48:42 TRAPMGR 1/0/8 is transitioned from the Learning state to the Forwarding state in instance 0

275 Notice MAY 08 18:48:42 TRAPMGR 1/0/9 is transitioned from the Learning state to the Forwarding state in instance 0

276 Notice MAY 08 18:48:42 TRAPMGR 1/0/10 is transitioned from the Learning state to the Forwarding state in instance 0

277 Notice MAY 08 18:48:42 TRAPMGR 1/0/11 is transitioned from the Learning state to the Forwarding state in instance 0

278 Notice MAY 08 18:48:42 TRAPMGR 1/0/12 is transitioned from the Learning state to the Forwarding state in instance 0

279 Notice MAY 08 18:48:42 TRAPMGR 1/0/13 is transitioned from the Learning state to the Forwarding state in instance 0

280 Notice MAY 08 18:48:42 TRAPMGR 1/0/14 is transitioned from the Learning state to the Forwarding state in instance 0

281 Notice MAY 08 18:48:42 TRAPMGR 1/0/15 is transitioned from the Learning state to the Forwarding state in instance 0

282 Notice MAY 08 18:48:42 TRAPMGR 1/0/16 is transitioned from the Learning state to the Forwarding state in instance 0

283 Notice MAY 08 18:48:42 TRAPMGR 1/0/17 is transitioned from the Learning state to the Forwarding state in instance 0

284 Notice MAY 08 18:48:42 TRAPMGR 1/0/18 is transitioned from the Learning state to the Forwarding state in instance 0

285 Notice MAY 08 18:48:42 TRAPMGR 1/0/19 is transitioned from the Learning state to the Forwarding state in instance 0

286 Notice MAY 08 18:48:42 TRAPMGR 1/0/20 is transitioned from the Learning state to the Forwarding state in instance 0

287 Notice MAY 08 18:48:42 TRAPMGR 1/0/23 is transitioned from the Learning state to the Forwarding state in instance 0

288 Notice MAY 08 18:48:42 TRAPMGR 1/0/24 is transitioned from the Learning state to the Forwarding state in instance 0

289 Notice MAY 08 18:48:42 TRAPMGR 1/0/25 is transitioned from the Learning state to the Forwarding state in instance 0

290 Notice MAY 08 18:48:42 TRAPMGR 1/0/26 is transitioned from the Learning state to the Forwarding state in instance 0

291 Notice MAY 08 18:48:42 TRAPMGR 1/0/27 is transitioned from the Learning state to the Forwarding state in instance 0

292 Notice MAY 08 18:48:42 TRAPMGR 1/0/28 is transitioned from the Learning state to the Forwarding state in instance 0

293 Notice MAY 08 18:48:42 TRAPMGR 1/0/29 is transitioned from the Learning state to the Forwarding state in instance 0

294 Notice MAY 08 18:48:42 TRAPMGR 1/0/30 is transitioned from the Learning state to the Forwarding state in instance 0

295 Notice MAY 08 18:48:42 TRAPMGR 1/0/31 is transitioned from the Learning state to the Forwarding state in instance 0

296 Notice MAY 08 18:48:42 TRAPMGR 1/0/32 is transitioned from the Learning state to the Forwarding state in instance 0

297 Notice MAY 08 18:48:42 TRAPMGR 1/0/35 is transitioned from the Learning state to the Forwarding state in instance 0

298 Notice MAY 08 18:48:42 TRAPMGR 1/0/36 is transitioned from the Learning state to the Forwarding state in instance 0

299 Notice MAY 08 18:48:42 TRAPMGR 1/0/37 is transitioned from the Learning state to the Forwarding state in instance 0

300 Notice MAY 08 18:48:42 TRAPMGR 1/0/38 is transitioned from the Learning state to the Forwarding state in instance 0

301 Notice MAY 08 18:48:42 TRAPMGR 1/0/39 is transitioned from the Learning state to the Forwarding state in instance 0

302 Notice MAY 08 18:48:42 TRAPMGR 1/0/40 is transitioned from the Learning state to the Forwarding state in instance 0

303 Notice MAY 08 18:48:42 TRAPMGR 1/0/41 is transitioned from the Learning state to the Forwarding state in instance 0

304 Notice MAY 08 18:48:42 TRAPMGR 1/0/42 is transitioned from the Learning state to the Forwarding state in instance 0

305 Notice MAY 08 18:49:14 TRAPMGR Link Down: 1/0/21

306 Notice MAY 08 18:49:14 TRAPMGR Link on 1/0/21 is failed

307 Notice MAY 08 18:49:14 TRAPMGR Link Down: 1/0/33

308 Notice MAY 08 18:49:14 TRAPMGR Link on 1/0/33 is failed

309 Notice MAY 08 18:49:14 TRAPMGR Link Down: 1/0/43

310 Notice MAY 08 18:49:14 TRAPMGR Link on 1/0/43 is failed

311 Notice MAY 08 18:49:16 TRAPMGR Link Up: 1/0/21

312 Notice MAY 08 18:49:16 TRAPMGR Link Up: 1/0/43

313 Notice MAY 08 18:49:16 TRAPMGR Link Up: 1/0/33

314 Notice MAY 08 18:49:18 TRAPMGR Link Down: 1/0/22

315 Notice MAY 08 18:49:18 TRAPMGR Link on 1/0/22 is failed

316 Notice MAY 08 18:49:18 TRAPMGR Link Down: 1/0/34

317 Notice MAY 08 18:49:18 TRAPMGR Link on 1/0/34 is failed

318 Notice MAY 08 18:49:18 TRAPMGR Link Down: 1/0/44

319 Notice MAY 08 18:49:18 TRAPMGR Link on 1/0/44 is failed

320 Notice MAY 08 18:49:20 TRAPMGR Link Up: 1/0/22

321 Notice MAY 08 18:49:20 TRAPMGR Link Up: 1/0/34

322 Notice MAY 08 18:49:20 TRAPMGR Link Up: 1/0/44

323 Notice MAY 08 18:49:27 TRAPMGR Link Down: 1/0/21

324 Notice MAY 08 18:49:27 TRAPMGR Link on 1/0/21 is failed

325 Notice MAY 08 18:49:27 TRAPMGR Link Down: 1/0/33

326 Notice MAY 08 18:49:27 TRAPMGR Link on 1/0/33 is failed

327 Notice MAY 08 18:49:27 TRAPMGR Link Down: 1/0/43

328 Notice MAY 08 18:49:27 TRAPMGR Link on 1/0/43 is failed

329 Notice MAY 08 18:49:30 TRAPMGR Link Up: 1/0/43

330 Notice MAY 08 18:49:30 TRAPMGR Link Up: 1/0/21

331 Notice MAY 08 18:49:30 TRAPMGR Link Up: 1/0/33

332 Notice MAY 08 18:56:42 TRAPMGR Link Up: 1/0/23

333 Notice MAY 08 18:56:42 TRAPMGR Link Up: 1/0/24

334 Notice MAY 08 18:56:42 TRAPMGR Link Up: 1/0/25

335 Notice MAY 08 18:56:42 TRAPMGR Link Up: 1/0/26

336 Notice MAY 08 18:56:42 TRAPMGR Link Up: 1/0/27

337 Notice MAY 08 18:56:42 TRAPMGR Link Up: 1/0/28

338 Notice MAY 08 18:56:42 TRAPMGR Link Up: 1/0/29

339 Notice MAY 08 18:56:42 TRAPMGR Link Up: 1/0/30

Thank's

No Events found!

Top