반응형 전체 글45 [Juniper#006] VSTP 설정(feat. PVST+) set protocols vstp interface all set protocols vstp vlan all interface all 또는, edit protocols vstp 적용 후, set interface all set vlan all interface all 결과 동일 “VSTP 및 RSTP는 디바이스에서 동시에 구성할 수 있는 유일한 스패닝 트리 프로토콜니다.” Rapid PVST + 를 사용하려면 두개다 적용하는 것이 좋다. # delete protocols rstp force-version stp //강제로 rstp 사용안함 # delete protocols vstp force-version stp //강제로 vstp 사용안함 Juniper Networks (Junior) 2023. 6. 21. [Juniper#005] Static 설정 root# set routing-options static route 0.0.0.0/0 next-hop 192.168.10.5 // 디폴트 경로 설정 이하 시스코와 유사. Juniper Networks (Junior) 2023. 6. 21. [Juniper#004] VLAN 설정 및 RVI 설정 [시나리오] ge-0/0/0 to ge-0/0/5까지 range를 적용하여 vlan을 할당하고 SVI를 설정하여라. set vlans vlan10 vlan-id 10 set interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members vlan10 set interfaces vlan unit 0 family inet address 192.168.10.1/24 set interfaces interface-range range10 member-range ge-0/0/0 to ge-0/0/5 set interfaces interface-range range10 unit 0 family ethernet-switching vlan members vlan10 .. Juniper Networks (Junior) 2023. 6. 21. [Juniper#003] 명령어 초기화 명령어 #load factory-default #set system root-authentication plain-text New password : 비밀번호 Retype new password : 비밀번호 #commit and-quit Juniper Networks (Junior) 2023. 6. 21. [Juniper#002] Etherchannel [Etherchannel LAB] ★ Juniper 장비에서 Etherchannel 설정 #delete protocols rstp interface ge-0/0/0 #delete protocols rstp interface ge-0/0/1 #delete interfaces ge-0/0/0 unit 0 #delete interfaces ge-0/0/1 unit 0 #deactivate interfaces ge-0/0/0 unit 0 #deactivate interfaces ge-0/0/1 unit 0 #set interfaces ge-0/0/0 ether-options 802.3ad ae0 #set interfaces ge-0/0/1 ether-options 802.3ad ae0 #set interface.. Juniper Networks (Junior) 2023. 6. 21. [Juniper#001] CLI command 기초 Juniper EX2300 초기설정화면. ( ID : root / PW : 없음 ) cli 치고 cli 모드로 진입한다. #delete chassis auto-image-upgrade (eve-ng환경에서 auto-image-upgarde 중단) #set system root-authentication plain-text-password // root비번변경 commit 관련 명령어 l commit check l commit prepare l commit active // prepare된 것들을 활성화시킨다, prepare 없으면 active 명령어 먹히지않음 l commit and-quit // 커밋하고 cli모드로 나간다. l show configuration | display set // set 된.. Juniper Networks (Junior) 2023. 6. 21. MP-BGP 지원 프로토콜 MP-BGP(Multiprotocol BGP)는 다양한 프로토콜과 주소 체계를 지원하는 BGP(Border Gateway Protocol)의 확장 버전입니다. MP-BGP는 여러 종류의 프로토콜을 교환할 수 있으며, 다음과 같은 프로토콜 종류를 지원합니다: IPv4: MP-BGP는 IPv4 주소 체계에 대한 라우팅 정보 교환을 지원합니다. IPv4 주소는 인터넷에서 가장 일반적으로 사용되는 주소 체계입니다. IPv6: MP-BGP는 IPv6 주소 체계에 대한 라우팅 정보 교환을 지원합니다. IPv6는 다음 세대 인터넷 프로토콜로서, IPv4 주소 고갈 문제를 해결하기 위해 개발된 주소 체계입니다. VPNv4: MP-BGP는 가상 사설 네트워크(VPN)을 위한 IPv4 주소 체계인 VPNv4을 지원합니다... Network RFC Docs Analyze 2023. 6. 21. [Arista#001] VxLAN 시메트릭, 어시메트릭 https://www.arista.com/en/um-eos/eos-integrated-routing-and-bridging EOS 4.30.0F - Integrated Routing and Bridging - Arista Integrated Routing and Bridging In traditional data center design, inter-subnet forwarding is provided by a centralized router, where traffic traverses across the network to a centralized routing node and back again to its final destination. In a www.arista.com Arista Network 2023. 6. 20. BGP Next-Hop-Self 테스트 iBGP의 한 가지 잠재적인 문제는 다음 홉 IP 주소를 변경하지 않는다는 것입니다 . 대표사진 삭제 사진 설명을 입력하세요. R1># interface Ethernet2 no switchport ip address 192.168.12.1/24 ip routing ! router bgp 12 neighbor 192.168.12.2 remote-as 12 neighbor 192.168.12.2 maximum-routes 12000 R2># interface Ethernet1 no switchport ip address 192.168.23.2/24 ! interface Ethernet2 no switchport ip address 192.168.12.2/24 ! ip routing ! router bgp 1.. Network RFC Docs Analyze 2023. 6. 20. 이전 1 2 3 4 다음 반응형