Este contenido no está disponible en el idioma seleccionado.

9.5. Ethernet Bridge Configuration Using iproute


The iproute package can be used as an alternative to the bridge-utils. It allows to set bridge port options such as priority, cost or state.
To set port options for an interface enp1s0 assigned to a bridge device, using the ip utility, issue the following command as root:
~]# ip link set enp1s0 type bridge_slave option
Copy to Clipboard Toggle word wrap
To select the available options, using the ip utility, issue the following command as root:
~]# ip link help bridge_slave
      Usage: ... bridge_slave [ state STATE ] [ priority PRIO ] [cost COST ]
                          [ guard {on | off} ]
                          [ hairpin {on | off} ]
                          [ fastleave {on | off} ]
                          [ root_block {on | off} ]
                          [ learning {on | off} ]
                          [ flood {on | off} ]
Copy to Clipboard Toggle word wrap
For more details on the port options, see the ip-link(8) man page.
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2026 Red Hat
Volver arriba