Hi,
I have strange issue with my ER-4 Router, I'm trying to configure ip on interface which is ok and the interface is up but it's like the OS looks at the interface as down, i can even do capture traffic and i can see packet comming in but the router doesn't send any traffic to it.
x:~$ show configuration commands | grep eth0
set interfaces ethernet eth0 address 10.200.0.2/31
set interfaces ethernet eth0 duplex auto
set interfaces ethernet eth0 ip ospf dead-interval 40
set interfaces ethernet eth0 ip ospf hello-interval 10
set interfaces ethernet eth0 ip ospf priority 1
set interfaces ethernet eth0 ip ospf retransmit-interval 5
set interfaces ethernet eth0 ip ospf transmit-delay 1
set interfaces ethernet eth0 mtu 1526
set interfaces ethernet eth0 speed auto
set protocols vpls interface eth0 instance vpls-test
x:~$ ping 10.200.0.3
PING 10.200.0.3 (10.200.0.3) 56(84) bytes of data.
^C
--- 10.200.0.3 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2008ms
x:~$ show interfaces ethernet eth0 brief
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
eth0 10.200.0.2/31 u/u
x:~$ show interfaces ethernet eth0 capture
Capturing traffic on eth0 ...
15:30:00.727126 IP 10.200.0.3 > 224.0.0.5: OSPFv2, Hello, length 44
15:30:00.818959 ARP, Request who-has 10.200.0.2 tell 10.200.0.3, length 46
15:30:01.818905 ARP, Request who-has 10.200.0.2 tell 10.200.0.3, length 46
15:30:02.819204 ARP, Request who-has 10.200.0.2 tell 10.200.0.3, length 46
15:30:03.818905 ARP, Request who-has 10.200.0.2 tell 10.200.0.3, length 46
15:30:04.818904 ARP, Request who-has 10.200.0.2 tell 10.200.0.3, length 46
^C
x:~$
also routing table seams strange "incompleate"
x:~$ show ip route
bgp connected kernel rip summary table
cache forward ospf static supernets-only
x:~$ show ip route
Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP
O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
> - selected route, * - FIB route, p - stale info
IP Route Table for VRF "default"
S *> 0.0.0.0/0 [210/0] via 157.97.2.1, eth2
C *> 10.0.0.0/24 is directly connected, eth1.10
C *> 10.0.0.1/32 is directly connected, eth1.10
C *> 10.0.2.0/24 is directly connected, eth1.20
C *> 10.0.2.1/32 is directly connected, eth1.20
C *> 10.0.3.0/24 is directly connected, eth1.30
C *> 10.0.3.1/32 is directly connected, eth1.30
O *> 10.0.9.0/24 [110/11] via 10.200.0.1, eth3, 01:51:24
C *> 10.0.10.0/24 is directly connected, eth1.100
S 10.0.10.0/24 [1/0] via 10.0.0.2, eth1.10
C *> 10.0.10.1/32 is directly connected, eth1.100
R *> 10.32.14.112/29 [120/2] via 192.168.1.1, eth1.40, 01:52:21
R *> 10.34.168.196/30 [120/2] via 192.168.1.1, eth1.40, 01:52:21
C *> 10.147.250.0/29 is directly connected, eth1.55
C *> 10.200.0.0/31 is directly connected, eth3
C *> 10.200.0.2/31 is incomplete
R *> 78.40.249.54/32 [120/2] via 192.168.1.1, eth1.40, 01:52:21
R *> 78.40.249.55/32 [120/2] via 192.168.1.1, eth1.40, 01:52:21
C *> 127.0.0.0/8 is directly connected, lo
C *> 157.97.2.0/23 is directly connected, eth2
C *> 172.16.0.0/32 is directly connected, lo
O *> 172.16.0.1/32 [110/11] via 10.200.0.1, eth3, 01:51:24
R *> 191.255.255.0/30 [120/2] via 192.168.1.1, eth1.40, 01:52:21
C *> 192.168.1.0/24 is directly connected, eth1.40
Gateway of last resort is not set
x:~$