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.
- [edit]
- user@host# set interfaces fe-5/2/1 unit 0
family inet address local-address
- user@host# show
- interfaces {
-
- fe-5/2/1 {
-
- unit 0 {
-
- family inet {
- address local-address;
- }
- }
- }
- }