JN0-104 · Question #272
Which command configures an address of 192.168.1.1 with a mask of 255.255.255.0 on interface ge-0/0/0?
The correct answer is D. set interfaces ge-0/0/0 unit 0 family inet address 192.168.1.1/24. The following configuration is sufficient to get a Fast Ethernet interface up and running. By default, IPv4 Fast Ethernet interfaces use Ethernet version 2 encapsulation. user@host# set interfaces fe-5/2/1 unit 0 family inet address local-address ethernet-interfaces.html
Question
Which command configures an address of 192.168.1.1 with a mask of 255.255.255.0 on interface ge-0/0/0?
Options
- Aset ip interface ge-0/0/0 address 192.168.1.1 255.255.255.0
- Bset ip interface ge-0/0/0 address 192.168.1.1/24
- Cset interface ge-0/0/0 ip4 address 192.168.1.1 mask 255.255.255.0
- Dset interfaces ge-0/0/0 unit 0 family inet address 192.168.1.1/24
How the community answered
(21 responses)- A14% (3)
- B10% (2)
- C5% (1)
- D71% (15)
Explanation
The following configuration is sufficient to get a Fast Ethernet interface up and running. By default, IPv4 Fast Ethernet interfaces use Ethernet version 2 encapsulation. user@host# set interfaces fe-5/2/1 unit 0 family inet address local-address ethernet-interfaces.html
Topics
Community Discussion
No community discussion yet for this question.