Initial Configuration BD8810
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-24-2017 12:03 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-25-2017 08:00 PM
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
Your configuration looks good
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-25-2017 07:46 PM
Maybe is need it a License??
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-25-2017 04:03 AM
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
ping vr "VR-Default" 192.168.1.2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-25-2017 04:03 AM
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 #
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 #
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-25-2017 03:50 AM
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
try this
ping vr "VR-Default" 192.168.1.2
let me know if that works
