Subscribe to RSS feed

@zdenotim #juniper_lab (BGP next-hop self) part 2

, , , ...

In this part of BGP configuration we will show how to setup next-hop self. In following link you can find some theory about next-hop self click here.

If you continue in our BGP lab apply next-hop self on routers J1 and J2 to propagate routes within IBGP.
set policy-options policy-statement next-hop-self-policy term alter-next-hop then next-hop self
set protocols bgp group int-65503 export next-hop-self-policy

Your show output should look like this.
[edit]
root@J1# show policy-options
policy-statement next-hop-self-policy {
    term alter-next-hop {
        then {
            next-hop self;
        }
    }
}

[edit]
root@J1# show protocols bgp
group int-65503 {
    type internal;
    local-address 192.168.100.1;
    export next-hop-self-policy;
    neighbor 192.168.100.2;
}

When defining next-hop self policy, ensure that you don't include the accept action in conjunction with next-hop action.

@zdenotim #juniper_lab (BGP configuration) part 1

, , , ...

Now is time to have look to another routing protocol. At this time it will be exterior border gateway protocol.
"BGP"

Let's have look on our topology. Topology is very simple and we will configure EBGP and IBGP in it.


Read more...

@zdenotim #photo (xmas bokeh)

, , , ...


psmurf

@zdenotim #photo (autoportrait from strange angle)

, , ,

@zdenotim #juniper_lab (OSPF tracing) part 3

, , , ...

In this part we will configure tracing or debugging for OSPF protocol. In tracing is lot of options and in this example we used error and event detail.

Your output from show should look like following.

[edit protocols]
root@R2# show
ospf {
    traceoptions {
        file trace-ospf;
        flag error detail;
        flag event detail;
    }


If you want to know how to configure or monitor OSPF on Juniper devices click on here on these links.

OSPF configuration
OSPF monitoring

Read more...

@zdenotim #juniper_lab (OSPF monitoring) part 2

, , , ...

In this part will be presented key OSPF monitoring commands and their outputs. These outputs are results of our OSPF configuration from part 1.

show ospf interface

show ospf route

show ospf database

show ospf statistics

show ospf log


If you want to obtain more detailed information add to your command detail of extensive options.

Read more...

@zdenotim #juniper_lab (OSPF configuration) part 1

, , , ...

This is first part of OSPF configuration lab which i made on GNS3. In this lab is shown basic OSPF configuration on Juniper routers.

On picture you can see network diagram with all necessary informations like areas, ip addresses, ip ranges, interface names etc.



Bellow you can find configuration example ...

Read more...

@zdenotim at #home (home office)

, , ,

when i work and study in same time it looks like this on my desk p

@zdenotim #experiment_photography (cactus leaves and light)

, , , ...







@zdenotim #photo (book)

, , , ...

Book

Every page looks this same and still is different.

(another contribution to S&T Repetition theme)



May 2013
M T W T F S S
April 2013June 2013
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31