JN0-102 · Question #333
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
(46 responses)- A2% (1)
- B2% (1)
- C7% (3)
- D89% (41)
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.