Hello I verify,
I changed to another config:
#
# Module devmgr configuration.
#
configure snmp sysContact "support@extremenetworks.com, +1 888 257 3000"
configure slot 1 module G48Tc
configure sys-recovery-level slot 1 reset
configure slot 2 module G48Tc
configure sys-recovery-level slot 2 reset
configure slot 10 module 8900-10G8X-xl
configure sys-recovery-level slot 10 reset
#
# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1:1-48,2:1-48,10:1-8
configure vr VR-Default add ports 1:1-48,2:1-48,10:1-8
configure vlan default delete ports 1:3-4
create vlan "test"
configure vlan test tag 300
configure vlan Default add ports 1:1-2,1:5-48,2:1-48,10:1-8 untagged
configure vlan test add ports 1:3-4 untagged
configure vlan test ipaddress 10.0.0.1 255.255.255.252
enable ipforwarding vlan test
-------------------------------------------------------------------
* BD-8810.69 # sh fdb
Mac Vlan Age Flags Port / Virtual Port List
--------------------------------------------------------------------------------
d0??9c:22:17:23 test(0300) 0044 d m 1:3
Flags : d - Dynamic, s - Static, p - Permanent, n - NetLogin, m - MAC, i - IP,
x - IPX, l - lockdown MAC, L - lockdown-timeout MAC, M- Mirror, B - Egress Blackhole,
b - Ingress Blackhole, v - MAC-Based VLAN, P - Private VLAN, T - VLAN translation,
D - drop packet, h - Hardware Aging, o - IEEE 802.1ah Backbone MAC,
S - Software Controlled Deletion, r - MSRP,
R - TRILL Rbridge, Z - OpenFlow
Total: 1 Static: 0 Perm: 0 Dyn: 1 Dropped: 0 Locked: 0 Locked with Timeout: 0
FDB Aging time: 300
---------------------------------------------------------------------------------
* BD-8810.70 # show ipr vr "VR-Default"
Ori Destination Gateway Mtr Flags VLAN Duration
#d 10.0.0.0/30 10.0.0.1 1 U------um--f- test 0d:0h:31m:5s
(mo) MOSPF (o) OSPF, (o1) OSPFExt1, (o2) OSPFExt2,
(oa) OSPFIntra, (oe) OSPFAsExt, (or) OSPFInter, (pd) PIM-DM, (ps) PIM-SM,
(r) RIP, (ra) RtAdvrt, (s) Static, (sv) SLB_VIP, (un) UnKnown,
(*) Preferred unicast route (@) Preferred multicast route,
(#) Preferred unicast and multicast route.
Flags: (b) BFD protection requested, (B) BlackHole, (c) Compressed, (D) Dynamic,
(f) Provided to FIB, (G) Gateway, (H) Host Route, (l) Calculated LDP LSP,
(L) Matching LDP LSP, (m) Multicast, (p) BFD protection active, (P) LPM-routing,
(R) Modified, (s) Static LSP, (S) Static, (t) Calculated RSVP-TE LSP,
(T) Matching RSVP-TE LSP, (u) Unicast, (U) Up, (3) L3VPN Route.
MPLS Label: (S) Bottom of Label Stack
Mask distribution:
1 routes at length 30
Route Origin distribution:
1 routes from Direct
Total number of routes = 1
Total number of compressed routes = 0
Everything looks fine but ping is not OK
----------------------------------------------------------------
* BD-8810.52 # ping vr "VR-Default" 10.0.0.2
Ping(ICMP) 10.0.0.2: 4 packets, 8 data bytes, interval 1 second(s).
--- 10.0.0.2 ping statistics ---
4 packets transmitted, 0 packets received, 100% loss
round-trip min/avg/max = 0/0/0 ms
-------------------------------------------------------------------------
I verify that the 10.0.0.1 ping [The IP on the switch] is ok.
* BD-8810.76 # ping vr "VR-Default" 10.0.0.1
Ping(ICMP) 10.0.0.1: 4 packets, 8 data bytes, interval 1 second(s).
16 bytes from 10.0.0.1: icmp_seq=0 ttl=64 time=0.433 ms
16 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=0.161 ms
16 bytes from 10.0.0.1: icmp_seq=2 ttl=64 time=0.164 ms
16 bytes from 10.0.0.1: icmp_seq=3 ttl=64 time=0.154 ms
--- 10.0.0.1 ping statistics ---
4 packets transmitted, 4 packets received, 0% loss
round-trip min/avg/max = 0/0/0 ms
* BD-8810.77 #
Something maybe wrong with the Switch?
Thanks