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
what does show iparp say? If you have an arp entry for the 10.0.0.2 in the test vlan with the mac of your laptop then your laptop still has a firewall enabled and is block icmp.

Your configuration looks good

Mario_Cruz_Torr
New Contributor
Maybe is need it a License??

simon_bingham
New Contributor II
please note there was a typo in my original response I have corrected but it should have read

ping vr "VR-Default" 192.168.1.2

I change the config [above]

Trying to ping correctly not working

* 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 #

simon_bingham
New Contributor II
I think this issue will be if you new to Extreme the you are not using "VR-Default" and by default you are pinging from the MGMT

try this

ping vr "VR-Default" 192.168.1.2

let me know if that works

GTM-P2G8KFN