Page 1 of 1

Alcatel-Lucent 7750

Posted: Mon Sep 10, 2018 1:36 am
by flamengo
Hi guys,

I created a lab with 2 routers 7750.

Configured IP 192.168.36.48/31 on router IPCNNSN01 and IP 192.168.36.49/31 on router IPCNNSN02 .
However I can not ping the directly connected interface. What could be wrong?

Below the configuration:

IPCNNSN01#
echo "Router (Network Side) Configuration"
#--------------------------------------------------
router
interface "TO_IPCNNSN02_1/1/2"
address 192.168.36.48/31
description "TO IPCNNSN02_1/1/2"
port 1/1/1
no shutdown
exit
interface "system"
address 192.168.36.42/32
no shutdown
#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
port 1/1/1
description "TO_IPCNNSN02"
ethernet
exit
no shutdown

IPCNNSN02#
#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
port 1/1/1
ethernet
exit
no shutdown
exit
port 1/1/2
description "TO IPCNNSN01"
ethernet
exit
no shutdown
--------------------------------------------------
echo "Router (Network Side) Configuration"
#--------------------------------------------------
router
interface "TO_IPCNNSN01_1/1/1"
address 192.168.36.49/31
description "TO_INCNNSN01_1/1/1"
port 1/1/2
no shutdown