No joy on that. See anything I have missed with the info I have provided?
=================================================================
SW06#show run int eth0/2
Building configuration...
Current configuration : 137 bytes
!
interface Ethernet0/2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 27
switchport mode trunk
duplex auto
end
SW06#show run int vlan 27
Building configuration...
Current configuration : 64 bytes
!
interface Vlan27
ip address 10.100.27.106 255.255.255.0
end
SW06#show vlan br
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Et0/0, Et0/1, Et0/3
27 VLAN0027 active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
SW06#show ip int br
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset up up
Ethernet0/1 unassigned YES unset up up
Ethernet0/2 unassigned YES unset up up
Ethernet0/3 unassigned YES unset up up
Vlan1 unassigned YES unset up up
Vlan27 10.100.27.106 YES NVRAM up up
SW06#show ip route
Default gateway is 10.100.27.1
Host Gateway Last Use Total Uses Interface
ICMP redirect cache is empty
SW06#
!
!
!
!
Welcome to Ubuntu 16.04.3 LTS (GNU/Linux 4.9.40-eve-ng-ukms+ x86_64)
* Documentation:
https://help.ubuntu.com
* Management:
https://landscape.canonical.com
* Support:
https://ubuntu.com/advantage
root@eve-ng:~# ping 10.100.27.20
PING 10.100.27.20 (10.100.27.20) 56(84) bytes of data.
64 bytes from 10.100.27.20: icmp_seq=1 ttl=64 time=0.340 ms
64 bytes from 10.100.27.20: icmp_seq=2 ttl=64 time=0.181 ms
64 bytes from 10.100.27.20: icmp_seq=3 ttl=64 time=0.187 ms
64 bytes from 10.100.27.20: icmp_seq=4 ttl=64 time=0.211 ms
64 bytes from 10.100.27.20: icmp_seq=5 ttl=64 time=0.204 ms
64 bytes from 10.100.27.20: icmp_seq=6 ttl=64 time=0.157 ms
64 bytes from 10.100.27.20: icmp_seq=7 ttl=64 time=0.190 ms
^C
--- 10.100.27.20 ping statistics ---
7 packets transmitted, 7 received, 0% packet loss, time 6124ms
rtt min/avg/max/mdev = 0.157/0.210/0.340/0.055 ms
root@eve-ng:~# ping 10.100.27.1
PING 10.100.27.1 (10.100.27.1) 56(84) bytes of data.
64 bytes from 10.100.27.1: icmp_seq=1 ttl=255 time=0.521 ms
64 bytes from 10.100.27.1: icmp_seq=2 ttl=255 time=0.588 ms
64 bytes from 10.100.27.1: icmp_seq=3 ttl=255 time=0.462 ms
64 bytes from 10.100.27.1: icmp_seq=4 ttl=255 time=0.521 ms
^C
--- 10.100.27.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3075ms
rtt min/avg/max/mdev = 0.462/0.523/0.588/0.044 ms
root@eve-ng:~# ping 10.100.27.106
PING 10.100.27.106 (10.100.27.106) 56(84) bytes of data.
From 10.100.27.15 icmp_seq=1 Destination Host Unreachable
From 10.100.27.15 icmp_seq=2 Destination Host Unreachable
From 10.100.27.15 icmp_seq=3 Destination Host Unreachable
^C
--- 10.100.27.106 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4090ms
pipe 4
root@eve-ng:~#
root@eve-ng:~# ifconfig pnet0
pnet0 Link encap:Ethernet HWaddr 00:50:56:84:93:c3
inet addr:10.100.27.15 Bcast:10.100.27.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fe84:7001/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1390854 errors:0 dropped:71 overruns:0 frame:0
TX packets:1052781 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5258459398 (5.2 GB) TX bytes:89410038 (89.4 MB)
root@eve-ng:~#
!
!
!