cancel
Showing results for 
Search instead for 
Did you mean: 

Initial Configuration BD8810

Initial Configuration BD8810

Mario_Cruz_Torr
New Contributor
Hello Expert,

Im start configuring my first BD8810:

First I want to upgrade the node, but for that I configure a vlan with an IP Address but Im unable to ping the IP. [My computer has the 192.168.1.2/24]

This is my config:

enable port 1:1
create vlan "test"
configure vlan test tag 10
configure vlan test add ports 1:1 untagged
configure vlan test ipaddress 192.168.1.1 255.255.255.0
enable ipforwarding vlan test

There is something that I missing?? Maybe something new for the BlackDiamonds

Thanks
19 REPLIES 19

EtherMAN
Contributor III
Another way to confirm is

show fdb port 1:1 .....

fdb entry will show what vlan the switch is learning the mac address on... does sound like you may have created another vlan with tag id 100 that is untagged on port 1:1 so when you tried to add test untagged it should have returned a warning that there was already an untagged vlan on that port.

Show ipr vr vr-def would also confirm what vlan and tag the ip is on

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

Stephane_Grosj1
Extreme Employee
Can we see a "show vlan" output, "show port 1:1 vlan" (should be there in 16.1) and a "show vlan 100" (as it seems the port is in vlan 100, not 10)?

Ariyakudi_Srini
Extreme Employee
Hi Mario Cruz,

The port seems to have the right configuration and the broadcast is enabled in the switch.

Please run wireshark in the PC and initiate a ping to the switch IP address and see if there are any ARP reply received from the switch.

Thank You,
Muthuraman

Ariyakudi_Srini
Extreme Employee
Hi Mario Cruz,

Please share the complete output of "show port 1:1 information detail" and "show switch" from the BD8810.

Thank you,
Muthuraman
GTM-P2G8KFN