mstp
MX 시리즈, QFX 시리즈, EX 시리즈(ELS(Enhanced Layer 2 Software) 구성 스타일)
mstp { backup-bridge-priority priority; bpdu-block-on-edge; bpdu-destination-mac-address provider-bridge-group; bridge-priority priority; configuration-name configuration-name; disable; forward-delay seconds; hello-time seconds; interface ( all | interface-name ) { bpdu-timeout-action { alarm; block; } cost cost; edge; mode (p2p | shared); no-root-port; priority interface-priority; } max-age seconds; max-hops hops; msti msti-id { backup-bridge-priority priority; bridge-priority priority; interface interface-name { cost cost; priority interface-priority; } vlan vlan-id; } priority-hold-time seconds; revision-level revision-level; system-id system-id-value { ip-address(es); } traceoptions { file filename <files number> <size size> <world-readable | no-world-readable>; flag flag <flag-modifier> <disable>; } vpls-flush-on-topology-change; }
EX 시리즈(ELS(Enhanced Layer 2 Software) 구성 스타일 없음)
mstp { bpdu-block-on-edge; bridge-priority priority; configuration-name name; disable; forward-delay seconds; hello-time seconds; interface ( all | interface-name ){ bpdu-timeout-action { block; log; } cost cost; disable; edge; mode mode; no-root-port; priority priority; } max-age seconds; max-hops hops; msti msti-id { bridge-priority priority; interface interface-name { cost cost; disable; priority priority; } vlan (vlan-id | vlan-name); } revision-level revision-level; traceoptions { file filename <files number > <size size> <no-stamp | world-readable | no-world-readable>; flag flag; } }
계층 수준
[edit logical-systems logical-system-name protocols], [edit logical-systems logical-system-name routing-instances routing-instance-name protocols], [edit protocols], [edit routing-instances routing-instance-name protocols]
묘사
MSTP(Multiple Spanning Tree Protocol)를 구성합니다. MSTP는 IEEE 802.1Q-2003 사양에 정의되어 있으며 여러 스패닝 트리 영역이 있는 네트워크에서 루프 없는 토폴로지를 만드는 데 사용됩니다.
MX 시리즈 라우터 및 QFX5100 스위치는 하나의 명령으로 모든 인터페이스에서 MSTP를 활성화하는 문을 지원하지 interface all
않습니다.
MX 시리즈 라우터에서는 명령문을 사용하여 인터페이스에서 개별적으로 MSTP를 set ... protocols mstp interface interface-name
활성화해야 합니다.
QFX5100 스위치에서 MSTP 구성을 둘 이상의 인터페이스에 적용하려면 먼저 MSTP를 구성할 인터페이스에 대해 하나 이상의 인터페이스 범위를 구성한 다음 각 인터페이스 범위를 매개 변수로 interface-name 사용하여 명령을 실행해야 set protocols mstp interface interface-name
합니다.
나머지 진술은 별도로 설명됩니다. CLI 탐색기를 참조하십시오.
필요한 권한 수준
routing - 구성에서 이 명령문을 볼 수 있습니다.
routing-control - 구성에 이 명령문을 추가할 수 있습니다.
릴리스 정보
Junos OS 릴리스 8.4에서 소개된 명령문.
bpdu-block-on-edge
Junos OS 릴리스 9.4에 추가된 명령문.
bpdu-timeout-action
Junos OS 릴리스 9.4에 추가된 명령문.
Junos OS 릴리스 9.6에 추가된 논리적 시스템에 대한 지원.