A、ever since
B、ever when
C、from when
D、from since
第1题:
A. neighbor 200.16.1.2 remote-as 300
B. bgp-neighbor 200.16.1.2 remote-as 300
C. ebgp-neighbor 200.16.1.2 remote-as 300
D. neighbor 200.16.1.2 remote-as 300 connection-type ebgp
第2题:
A. The BGP session to the 10.3.3.3 neighbor is established, but the router has not received any BGP routing updates from the 10.3.3.3 neighbor.
B. The router is attempting to establish a BGP peering session with the 10.2.2.2 neighbor.
C. The router is attempting to establish a BGP peering session with the 10.1.1.1 neighbor.
D. The BGP session to the 10.3.3.3 neighbor is established.
E. The BGP session to the 10.2.2.2 neighbor is established.
F. The BGP session to the 10.1.1.1 neighbor is established.
第3题:
第4题:
R1 in ASN 1 with loopback1 address 1.1.1.1 needs to be configured with an iBGP connection to R2 with loopback2 IP address 2.2.2.2. The connection should use the loopbacks.Which o f the following commands is required on R1?()
A. neighbor 1.1.1.1 remote- as 1
B. neighbor 2.2.2.2 remote- as 2
C. neighbor 2.2.2.2 update - source loopback1
D. neighbor 2.2.2.2 ibgp -multihop 2
E. neighbor 2.2.2.2 ibgp - mode
第5题:
( )
A.math
B.English
C.Chinese
D.lessons
第6题:
对字符串"Boy"进行完整赋值的操作是()。
A.char s[3] = {'B','o','y'};
B.char s[] = "Boy";
C.char s[3] = {"Boy"};
D.char s[3]; s="Boy";