06-01-2021 11:24 AM
Hi guys, I have conf icx 48 on L3 firmware as it shows here:
telnet@ICX7150-24P Router(config)#sh run
Current configuration:
!
ver 08.0.90jT213
!
stack unit 1
module 1 icx7150-24p-poe-port-management-module
module 2 icx7150-2-copper-port-2g-module
module 3 icx7150-4-sfp-plus-port-40g-module
stack-port 1/3/1
stack-port 1/3/3
!
!
!
!
!
vlan 1 name DEFAULT-VLAN by port
!
vlan 100 name LAN by port
untagged ethe 1/1/5 to 1/1/10
router-interface ve 100
!
vlan 200 by port
untagged ethe 1/1/13 to 1/1/15
router-interface ve 200
!
!
!
!
!
!
!
!
!
!
!
!
!
aaa authentication web-server default local
aaa authentication login default local
enable aaa console
ip dhcp-client disable
ip dhcp-server enable
ip dhcp-server server-identifier 10.10.10.1
!
ip dhcp-server pool lan
lease 1 0 0
network 10.10.10.0 255.255.255.0
option 3 ip 10.10.10.1
option 6 ip 8.8.8.8
!
!
ip dhcp-server pool lan2
lease 0 6 0
network 10.10.20.0 255.255.255.0
option 3 ip 10.10.20.1
option 6 ip 8.8.8.8
deploy
!
ip dns server-address 8.8.8.8 8.8.4.4
ip helper-use-responder-ip
ip route 0.0.0.0/0 192.168.1.1
!
username super password .....
!
!
!
!
web-management https
!
!
sz registrar
sz active-list 10.164.0.3 34.90.89.117
!
!
!
!
!
!
!
!
!
interface ethernet 1/1/1
ip address 192.168.1.231 255.255.255.0
!
interface ethernet 1/3/1
speed-duplex 1000-full
!
interface ethernet 1/3/2
speed-duplex 1000-full
!
interface ethernet 1/3/3
speed-duplex 1000-full
!
interface ethernet 1/3/4
speed-duplex 1000-full
!
interface ve 100
ip address 10.10.10.1 255.255.255.0
!
interface ve 200
ip address 10.10.20.1 255.255.255.0
!
!
!
!
!
!
!
!
!
!
!
!
!
end
I cannot ping anything outside the gateway network from the vlan 100.
Any ideas?
06-01-2021 11:26 AM
What are you trying to ping?
Are there routes on that device that terminates @ L3 whatever youre trying to ping?
06-01-2021 11:35 AM
It would be helpful to see outputs like:
ping x.x.x.x
show arp x.x.x.x
show ip route x.x.x.x
have you tried to ping the other way back?
we can check if the ping is getting to the ICX with 'debug ip icmp packets' + 'debug destination <telnet/ssh number>'
Let us know your comments!
06-01-2021 11:46 AM
@corey_costello I am trying to ping 8.8.8.8 and other devices on 192.168.1.0/24 network from vlan 100.
I will send tonight icmp export
06-01-2021 12:11 PM
I cannot ping other way either.