Category Archives: Networking

JunOS : Warning aggregated-ether-options link-speed no kernel value

You probably have seen the following on your Juniper JunOS device : dcd[15676]: ae60 : Warning: aggregated-ether-options link-speed no kernel value! default to 0 dcd[1103]: ae60 : aggregated-ether-options link-speed set to kernel value of 1000000000 This mean that your aggregated interface (ae) does not have any link-speed statement. By the book, this statement should be… Read More »

JunOS : Alarm Management Ethernet Link Down

Having the red alarm led on but nothing is wrong with your JunOS powered Juniper device? First, look out what alarm is triggered by issuing the following command : show chassis alarm If absolutely nothing is really wrong, you will see the following alarm : Alarm time Class Description 2016-01-20 07:11:59 UTC Major Management Ethernet… Read More »

IOS : Extended VLAN(s) not allowed in current VTP mode

Having the following output message while trying to create a VLan outside higher than 1000 on your Cisco device? SWITCH-601(config)#vlan 2991 SWITCH-601(config-vlan)#end % Failed to create VLANs 2991 Extended VLAN(s) not allowed in current VTP mode. %Failed to commit extended VLAN(s) changes. This mean that you are running VTP mode 1 or 2, which only support… Read More »

JunOS : Packet loss (ICMP drop) observed with rapid pings

You probably noticed that rapid pings toward a JunOS device result in a loss of packet as the example shown below. In our case we are issuing the ping from a Cisco router : Sending 100, 500-byte ICMP Echos to 10.204.100.1, timeout is 2 seconds: Packet sent with a source address of 10.204.100.1 .!!!!!!!!!.!!!!!!!!!.!!!!!!!!!.!!!!!!!!!.!!!!!!!!!.!!!!!!!!!.!!!!!!!!! .!!!!!!!!!.!!!!!!!!!.!!!!!!!!!… Read More »

Networking : DWDM channels reference chart

Here is a chart for the various DWDM optic channels below. Wavelenght band overview : O-Band : 1270nm to 1370nm E-Band : 1371nm to 1470nm S-Band : 1471nm to 1530nm C-Band : 1531nm to 1570nm L-Band : 1571nm to 1611nm Channel Wavelength (nm) Frequency (THz) 72   (DWDM Channel C72) 1520,25 197,20 71   (DWDM… Read More »

IOS : Configuring the out-of-band on Cisco router

If you have a Cisco ASR or smaller service router, you probably noticed that the device have a dedicated management interface. This special interface is a mapped to a Vritual Routing and Forwarding (VRF) instance. VRF allow multiple routing tables to coexist within the same router. You will first ensure that you have the VRF… Read More »

JunOS : Change a EX4200 from linecard to routing-engine

If you have a Ex4200 unit in hand that was pulled out from a virtual chassis stack, configured as linecard (LC), you may want to convert it back to “routing-engine” (RE) for future usage. I would suggest first to reset the unit to factory default (in CLI mode) : load factory-default set system root-authentication plain-text-password… Read More »