exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 233 discussion

Actual exam question from Cisco's 300-410
Question #: 233
Topic #: 1
[All 300-410 Questions]

A customer requested a GRE tunnel through the provider network between two customer sites using loopback to hide internal networks. Which configuration on
R2 establishes the tunnel with R1?

  • A. R2(config)#interface Tunnel1 R2(config-if)#ip address 172.20.1.2 255.255.255.0 R2(config-if)#ip mtu 1400 R2(config-if)#ip tcp adjust-mss 1360 R2(config-if)#tunnel source 192.168.20.1 R2(config-if)#tunnel destination 192.168.10.1
  • B. R2(config)#interface Tunnel1 R2(config-if#ip address 172.20.1.2 255.255.255.0 R2(config-if)#ip mtu 1400 R2(config-if)#ip tcp adjust-mss 1360 R2(config-if)#tunnel source 10.10.2.2 R2(config-if)#tunnel destination 10.10.1.1
  • C. R2(config)#interface Tunnel1 R2(config-if)#ip address 172.20.1.2 255.255.255.0 R2(config-if)#ip mtu 1500 R2(config-if)#ip tcp adjust-mss 1360 R2(config-if)#tunnel source 10.10.2.2 R2(config-if)#tunnel destination 10.10.1.1
  • D. R2(config)#interface Tunnel1 R2(config-if)#ip address 172.20.1.2 255.255.255.0 R2(config-if)#ip mtu 1500 R2(config-if)#ip tcp adjust-mss 1360 R2(config-if)#tunnel source 192.168.20.1 R2(config-if)#tunnel destination 10.10.1.1
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ChillingAgain
Highly Voted 2 years, 5 months ago
I think we are missing some info in the question to correctly answer this one. A. R2(config)#interface Tunnel1 R2(config-if)#ip address 172.20.1.2 255.255.255.0 R2(config-if)#ip mtu 1400 R2(config-if)#ip tcp adjust-mss 1360 R2(config-if)#tunnel source 192.168.20.1 R2(config-if)#tunnel destination 192.168.10.1 B. R2(config)#interface Tunnel1 R2(config-if#ip address 172.20.1.2 255.255.255.0 R2(config-if)#ip mtu 1400 R2(config-if)#ip tcp adjust-mss 1360 R2(config-if)#tunnel source 10.10.2.2 R2(config-if)#tunnel destination 10.10.1.1 C. R2(config)#interface Tunnel1 R2(config-if)#ip address 172.20.1.2 255.255.255.0 R2(config-if)#ip mtu 1500 R2(config-if)#ip tcp adjust-mss 1360 R2(config-if)#tunnel source 10.10.2.2 R2(config-if)#tunnel destination 10.10.1.1 D. R2(config)#interface Tunnel1 R2(config-if)#ip address 172.20.1.2 255.255.255.0 R2(config-if)#ip mtu 1500 R2(config-if)#ip tcp adjust-mss 1360 R2(config-if)#tunnel source 192.168.20.1 R2(config-if)#tunnel destination 10.10.1.1
upvoted 14 times
...
tsamoko
Most Recent 6 months, 2 weeks ago
Literary this is so idiotic. How can we make assumptions of how big is the company , so we can device if we need class A or C ? 192.168... is a classic private network and is the decision of an architect... If I see this question in the exams, I will put B . BUT if cisco , consider B wrong ONLY BECAUSE a missing parenthesis " R2(config-if#ip address 172.20.1.2 255.255.255.0 " , and they did that on purpose and not just a typo. I wish them ......
upvoted 2 times
...
[Removed]
9 months, 1 week ago
Selected Answer: B
B is correct The addresses 10.10.2.2 and 10.10.1.1 are more commonly used for loopback addresses, rather than class C range.
upvoted 2 times
...
XBfoundX
10 months ago
This question is just crap! Who can know what networks is the customer using and the provider using? We can assume that the customer have a small network or is using class C networks and so the provider is using class A networks for the loopbacks. The point is that both A and B can be right it depends on which networks the ISP and the customer are using....
upvoted 2 times
...
dapardo
12 months ago
Selected Answer: B
its B, class C is prefered
upvoted 2 times
...
RickAO76
12 months ago
Selected Answer: A
A & B setup correctly. https://community.cisco.com/t5/networking-knowledge-base/how-to-configure-a-gre-tunnel/ta-p/3131970 I "guess for this part of the question, " between two customer sites using loopback to hide internal networks", I would lean towards Class C, instead of Class A. But it's just a guess at this point.
upvoted 1 times
RickAO76
11 months, 3 weeks ago
revisited " two customer sites" - leaning to Class A now. 10.* - answer B.
upvoted 2 times
...
...
default_route
1 year ago
I can´t find a better form to explain my answer other than writing it in my native language, spanish: la pregunta pide establecer un túnel GRE haciendo uso de loopbacks con el fin de ocultar las redes internas (privadas) del cliente.. la respuesta es A o B (por el ip mtu 1400).. yo digo que la respuesta no puede ser A porque establece los túneles con IP's que son clásicas de redes internas/privadas en sitios de clientes y por ende no ocultaría dicha info.. por tanto mi respuesta es B.. source y destination son IP's menos clásicas para redes internas que las IP's de la opción A.
upvoted 3 times
dapardo
12 months ago
pienso igual pero no he encontrado ninguna fuente relevante que respalde esto...igual me voy por la B
upvoted 1 times
...
...
bk989
1 year, 1 month ago
Google: "Cisco recommends Class C addresses for small organizations with fewer than 256 hosts. For larger organizations, Cisco recommends Class A or Class B addresses. " Since this is for customer sites I choose Class A (the 10.x.x.x)
upvoted 1 times
...
ZamanR
1 year, 4 months ago
A or B? A is my answer
upvoted 1 times
...
Mohammad963
1 year, 8 months ago
I think we cannot answer this Q without exhibit, the only different is with IP address.... please correct me if I'm wrong
upvoted 2 times
...
[Removed]
1 year, 9 months ago
wouldn't option A or B be correct?
upvoted 2 times
...
inteldarvid
1 year, 9 months ago
Selected Answer: A
https://community.cisco.com/t5/networking-knowledge-base/how-to-configure-a-gre-tunnel/ta-p/3131970
upvoted 1 times
...
inteldarvid
1 year, 9 months ago
Selected Answer: A
sorry option A
upvoted 1 times
...
inteldarvid
1 year, 9 months ago
Selected Answer: B
team for me is B, because, I prefer use Ip class "C" 192.168.1.0/24 for tunnel of gre. I think we are missing some info in the question to correctly answer this one
upvoted 2 times
...
HungarianDish_111
1 year, 11 months ago
Agree, it's "A" or "B". tunnel source Loopback0 (or the IP) + destination is the IP of the loopback interface on the other end of the tunnel.
upvoted 3 times
...
DUBC89x
2 years, 4 months ago
Agreeded, but the answer has to be A or B "IP MTU 1400"
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago