Juniper Switch IP Configuration In VLAN
VLAN is a sort of Virtual LAN, a network that behaves as if they are connected to the same wire network even though they may actually be physically connected on different… Read more »
VLAN is a sort of Virtual LAN, a network that behaves as if they are connected to the same wire network even though they may actually be physically connected on different… Read more »
Juniper Show Command ->To see all port and Vlan UP/Down #run show interface terse ->To see the ge-0/0/1 port Brief information #run show interface ge-0/0/1 ->To see the vlan number… Read more »
Juniper Aggregate Ethernet / Ether Channel / Ether Bundle at Router Need to configure at chassis to make this device enable aggregate. Aggregate interface works upto 8 interface. # set… Read more »
Juniper Multiple IP Address on a Single interface For some point-to-multipoint, you configure multiple address on a single logical interface: # set interfaces ge-0/0/0 unit 0 family inet address 192.168.100.2/24… Read more »
Juniper Interface Bandwidth Restriction #set firewall policer 10mb if-exceeding bandwidth-limit 10m #set firewall policer 10mb if-exceeding burst-size-limit 1m #set firewall policer 10mb then discard [20mb is policer name, burst size… Read more »
Juniper Sub Interface Bandwidth Limit #set firewall policer 20mb if-exceeding bandwidth-limit 20m #set firewall policer 20mb if-exceeding burst-size-limit 2m #set firewall policer 20mb then discard [20mb is policer name. unit 100… Read more »
Juniper Monitoring Interface Traffic You want to look at the headers of packets transiting an interface to debug protocol operation. Use the monitor traffic command: # run monitor traffic interface… Read more »
Juniper Standard Interfaces Physical interfaces have standard names Based on Interface port type. FPC slot number (FPC- Flexible PIC Concentrator) PIC slot number within FPC (PIC – Physical Interface Card)… Read more »
Juniper Configuring an IPv6 Address on an Interface You want to configure an interface to work on an IPv6 network. The IPv6 address configuration is very similar to that for… Read more »