eBGP load balancing with single-homed BGP environment

eBGP load balancing :

[boxads]Today i will discuss how to configure eBGP load balancing with single-homed BGP environment. So lets go…….. If we look our topology we see here two ISP router are connected through two link.  Also this two router are in different autonomous system. Router R1 autonomous system is 21 & Router R2 autonomous system is 22.

Router R1 loopback address: 1.1.1.1  & 11.11.11.11

Router R2 loopback address: 2.2.2.2 & 12.12.12.12

Also this loopback0 are connected via static route & loopback1 connected via eBGP.

eBGP load balancing Network Diagram:

eBGP load balancing
eBGP load balancing

This scenario shows how to achieve load balancing when there are multiple (up to a maximum of six), equal-cost links. The links are terminated in one router at a local autonomous system (AS) and in another router at a remote AS in a single-homed BGP environment. Now we will be start our configuration part.

Router R1 Configuration:

Basic IP Configure:

R1#configure terminal
R1(config)#interface loopback 0
R1(config-if)#ip address 1.1.1.1 255.255.255.255
R1(config)#interface loopback 1
R1(config-if)#ip address 11.11.11.11 255.255.255.0
R1(config-if)#int fa0/0
R1(config-if)#ip address 10.10.0.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#int fa0/1
R1(config-if)#ip address 10.10.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#

Read more

Optical Splitter Loss Ratio 1:N

Optical Splitter Loss Ratio 1:N: Fiber Optic Splitters are used to divide the input optical fiber light at a certain ratio and send them to output parts. Optical coupler is an optical device that combines or splits power from optical fibers. [boxads] 1:N Fiber optic Splitter loss ratio chart are given bellow: Fiber optic splitter … Read more

Display ONT info in Huawei OLT

How to display ONT info in Huawei OLT:

Here i will show you how to display ONT info by bellow command……….

[boxads]

At first go to interface mode then type display ont info  ONT id  Port id

look like bellow:

Huawei-OLT(config)#interface gpon 0/0

Huawei-OLT(config-if-gpon-0/0)#display ont info 6 0
—————————————————————————–
F/S/P                                 : 0/0/6
ONT-ID                             : 0
Control flag                       : active
Run state                           : online
Config state                       : normal
Match state                        : match
DBA type                            : SR
ONT distance(m)              : 1267
ONT battery state              : not support
Memory occupation          : –
CPU occupation                 : –

Read more

Display Service-port by Filtering Huawei OLT

How to see Service-port by Filtering Huawei OLT:

At first login your Huawei OLT and go to config mode. Then type service-port related bellow command.

[boxads]

Huawei-OLT(config)#display service-port all

It will show all service port by INDEX/Service-port wise in your OLT.

display service-port all

Huawei-OLT(config)#display service-port all sort-by port

Read more

Lscable Alarm list LST20016 OLT

Lscable Alarm list LST20016 OLT:

[boxads]Bellow are the list of Lscable ONT alarm in OLT…………

1 CPU_LOAD -cpu load: when cpu Load is higher than threshold value(default: 70 Unit:%).
2 MEM_LOAD -memory load: when memory Load is higher than threshold value(default: 80 Unit: %).
3 TEMP_HIGH -temperature high: when temperature is higher than “High temperature threshold”(default : 100).
4 TEMP_LOW -temperature low: when temperature is lower than “Low temperature threshold”(default :-20).
5 DHCP_THRESHOLD -dhcp threshold The number of IPs of DHCP pool is over threshold.
6 DHCP_SHORTAGE -dhcp shortage there is no room for IP alignment.
7 UNIT_OUT -unit out Unit is out of chassis.
8 UNIT_FAIL -unit fail Unit status is fail.
9 UNIT_MISMATCH -unit mismatch: The Unit type is mismatched between pre-configured and actual unit type.
10 FAN_FAIL -fan fail FAN Fail.
11 SFP_OUT -sfp out When SFP Module is pulled out.
12 LINK_DOWN -link down link Oper status is down.
13 TX_LOAD -tx load Tx portload is higher than threshold.
14 RX_LOAD -rx load Rx portload is higher than threshold.
15 SELF_LOOP_DETECT -self loop detect .

Lscable Alarm list LST20016 OLT
Lscable Alarm list LST20016 OLT

Read more