Which two statements are correct about Layer 2 broadcast frames? (Choose two.)
Which two statements are correct about Layer 2 broadcast frames? (Choose two.)A . Layer 2 broadcast frames are processed by all devices on the same VLAC . Layer 2 broadcast frames are discarded by routers that connect to multiple VLANs.D . Layer 2 broadcast frames are relayed by routers to...
Referring to the exhibit, which command would you use to add an additional address to the ge-0/0/9.0 interface?
-- Exhibit -- interfaces { ge-0/0/8 { unit 0 { family inet { address 192.168.1.1/24; } } } ge-0/0/9 { unit 0 { family inet { address 192.168.10.1/24; } } } } -- Exhibit -- Referring to the exhibit, which command would you use to add an additional address to...
At which command prompt would you issue the set date <date> command?
At which command prompt would you issue the set date <date> command?A . [edit chassis] user@router#B . [edit] user@router#C . [edit system] user@router#D . user@router>View AnswerAnswer: D
Which two commands display the files that will be removed?
You are asked to free up disk space so you can update your version of the Junos OS. Which two commands display the files that will be removed? (Choose two.)A . user@router> request system storage cleanupB . user@router> show system storageC . user@router> request system storage cleanup dry-runD . user@router>...
Given the configuration shown in the exhibit, which statement is correct about traffic matching the route 10.10.10.0/24?
-- Exhibit -- [edit routing-options] user@router# show static { defaults { metric 10; preference 10; } route 10.10.10.0/24 { next-hop 192.168.100.1; qualified-next-hop 192.168.200.1; preference 6; } metric 8; } } -- Exhibit -- Given the configuration shown in the exhibit, which statement is correct about traffic matching the route 10.10.10.0/24?A...
Given the configuration and routing table shown in the exhibit, which routes will be advertised to OSPF neighbors because of the demo policy?
168.51.0/24 *[Static/5] 00:00:06 >to 172.16.1.2 via ge-0/0/2.0 user@router> show configuration policy-options policy-statement demo { term 1 { from { route-filter 192.168.0.0/16 longer accept; } then reject; } } user@router> show configuration protocols ospf export demo; area 0.0.0.0 { interface ge-0/0/2.0; } -- Exhibit -- Given the configuration and routing table...
What is the default export routing policy for EBGP?
What is the default export routing policy for EBGP?A . Accept all active BGP routes.B . Accept all BGP routes.C . Accept no routes.D . Accept all active IGP routes.View AnswerAnswer: A
Which network mask is the equivalent of 255.255.248.0?
Which network mask is the equivalent of 255.255.248.0?A . /20B . /21C . /22D . /23View AnswerAnswer: B
What is the decimal equivalent of 00000110?
What is the decimal equivalent of 00000110?A . 2B . 4C . 6D . 11View AnswerAnswer: C
How do you write the current candidate configuration to the permanent storage media?
How do you write the current candidate configuration to the permanent storage media?A . [edit] user@router# save /var/tmp/current.confB . [edit] user@router# write /var/tmp/current.confC . [edit] user@router# commit /var/tmp/current.confD . [edit] user@router# dump /var/tmp/current.confView AnswerAnswer: A