PrepAway - Latest Free Exam Questions & Answers

what is the correct Junos configuration for an IBGP session?

Your router has the following configuration:
[edit]
user@router# show routing-options
router-id 192.168.100.1;
autonomous-system 65505;
Given this information, what is the correct Junos configuration for an IBGP session?

PrepAway - Latest Free Exam Questions & Answers

A.
[edit]
user@router# show protocols bgp
group lab {
type external;
local-address 192.168.100.1;
neighbor 192.168.100.2;
}

B.
[edit]
user@router# show protocols bgp
group lab {
type 65505;
local-address 192.168.100.1;
neighbor 192.168.100.2;
}

C.
[edit]
user@router# show protocols bgp
group lab {
peer-as 65503;
local-address 192.168.100.1;
neighbor 192.168.100.2;
}

D.
[edit]
user@router# show protocols bgp
group lab {
peer-as 65505;
local-address 192.168.100.1;
neighbor 192.168.100.2;
}


Leave a Reply