You are on page 1of 4

1.

Port density and speed 24 ethernet min 10/100/mbps

2. Remote Access SSH/Telnet with AAA (TACACS)


sdd@EX4200> show cli directory
Current directory: /var/home/remote

{master:0}
sdd@EX4200> show cli authorization
Current user: 'remote' login: 'sdd' class 'super-user'
Permissions:
admin -- Can view user accounts
admin-control-- Can modify user accounts
clear -- Can clear learned network info
configure -- Can enter configuration mode
control -- Can modify any config
edit -- Can edit full files
3. Vlan Tagging 802.1Q

set vlans data vlan-id 880


set vlans test vlan-id 14
set vlans voice vlan-id 600

set interfaces ge-0/0/10 unit 0 family ethernet-switching port-mode trunk


set interfaces ge-0/0/10 unit 0 family ethernet-switching vlan members test
set interfaces ge-0/0/10 unit 0 family ethernet-switching vlan members data
set interfaces ge-0/0/10 unit 0 family ethernet-switching vlan members voice

4. Spanning Tree Rapid PVST

set protocols vstp vlan all


set protocols stp interface xe-0/0/5

set protocols rstp


set protocols vstp vlan-group group PRIMARY-VLANS vlan 20-29
set protocols vstp vlan-group group PRIMARY-VLANS bridge-priority 4k
set protocols vstp vlan-group group SECONDARY-VLANS vlan 30-39
set protocols vstp vlan-group group SECONDARY-VLANS bridge-priority 32k

set interfaces ge-0/1/0 unit 0 family ethernet-switching port-mode trunk


set interfaces ge-0/1/0 unit 0 family ethernet-switching vlan members 20-39
set interfaces ge-0/1/0 unit 0 family ethernet-switching native-vlan-id 1

5. Discoveri protocol CDP


set protocols lldp interface all

6. Management Interface CLI

login : root
Password :

---- JUNOS 15.1x54-D50.13 built 2016-05-02 19:05:23 UTC

root@:RE:0%
root@:RE:0% cli
root@:RE:0>
root@:RE:0>

7. BPDU Guard Support BPDU Guard

8. DHCP Snooping Support DHCP Snooping

set system services dhcp router 192.168.1.1


set system services dhcp pool 192.168.1.0/24 address-range low 192.168.1.2
set system services dhcp pool 192.168.1.0/24 address-range high 192.168.1.254
set system services dhcp propagate-settings ge-0/0/0.0

9. Loop Guard Support Loop Guard

10. Voice Vlan Support Voice Vlan Tagging

You might also like