Pershendetje, 


Sapo hasem ne nje problem tek njeri klienti me deshtimin e njeres PRE4 dhe duke mos kaluar ne failover. 


Per kalimin automatik te PRE4 perdorem komanden

Forcing Failover in a Redundant Pair

To manually force the active and standby devices in a redundant pair to failover, use the redundancy force-switchover main-cpu command. Manually force the active and standby PRE4 to reverse roles if you need to replace the active one. You can then replace the PRE4 while causing only minimal disruption of traffic.

The following example shows how to set the standby PRE4 to be active:


Router# redundancy force-switchover main-cpu


Me pas verejtem edhe nje problem te ngadalsimit te rrjetit tek disa klienta. 

Edhe pse CMTSi ishte i paisur me SIP600 dhe SPA5x1 ( 5 Porta Nje gigesh ) dhe tre nga ta ishin te vendosur ne routerin qendror per te arrit nje kombinim prej 3 Giga Uplink mirepo cmtsin arriti te dergoj edhe deri ne 2Gig traffik mirepo tek klientat shfaqet nje ngadalsim i rrjetit. Pas shfaqjes se interfejsave e verejtum qe njeri interfejs i cili nuk ishte fare i lidhur ishte ne channel group dhe ne ate menyre klienti nuk arriti te marr bandwidthin e dhene nepermjet config file. 

Ne momentin e heqjes se atij interfejsit te pa perdorur nga channel-group, puna e cmtsit filloj normalitetin dhe uplinku shkoj siq duhet. Ta kemi parasysh qe lidhja fizike duhet te perputhet me lidhjen logjike ne CMTS qe CMTSi te mos tentoj te dergoj traffik ne nje port i cili fizikisht nuk eshte i lidhur. 


interface GigabitEthernet3/0/0
 no ip address
 negotiation auto
 channel-group 1
!
interface GigabitEthernet3/0/1
 no ip address
 negotiation auto
 channel-group 1
!
interface GigabitEthernet3/0/2
 no ip address
 negotiation auto
 channel-group 1
!
interface GigabitEthernet3/0/3
 no ip address
 negotiation auto
 channel-group 1
!
interface GigabitEthernet3/0/4
 no ip address
 negotiation auto
!


Me Pas kodi dukej keshtu :

conf t
 channel-group 1

show running-config | begin Gigabit

interface GigabitEthernet3/0/0
 no ip address
 negotiation auto
!
interface GigabitEthernet3/0/1
 no ip address
 negotiation auto
 channel-group 1
!
interface GigabitEthernet3/0/2
 no ip address
 negotiation auto
 channel-group 1
!
interface GigabitEthernet3/0/3
 no ip address
 negotiation auto
 channel-group 1
!
interface GigabitEthernet3/0/4
 no ip address
 negotiation auto
!