Not able to ping a new Juniper L2- switch connected in a Network

Issue: I have configured a new Juniper L2- switch and connect the switch in a network but unfortunately i am not able to ping the switch and also ssh the same.

Resolution Steps:

Take console login and check the configuration,

Check following things for it:

1. Host Name to be configured properly:

set system host-name ABC

2. Check services should be enabled or not.

set system services ssh.

3. Check Management Vlan Interface to be defined properly for l3 logical connectivity.

set interfaces vlan unit 11 family inet address 172.16.8.167/32.

4. Check stp/ rstp status.

5. Check default route configuration, it should be configured to correct gateway with same logical interface of management vlan.

set routing-options static route 0.0.0.0/0 next-hop 172.16.8.1.





Comments