Been struggling to get IP unnumbered to work on a physical Gigiabit interface. I use the config below on a Port-channel subinterface all the time without an issue. Anyone see an issue with this config?
interface GigabitEthernet1/1.10
encapsulation dot1Q 10
ip vrf forwarding Traffic
ip unnumbered Loopback1
ip tcp adjust-mss 1400
service-policy input DSCP
end
interface Loopback1
ip vrf forwarding Traffic
ip address 172.16.1.1 255.255.255.0
ip tcp adjust-mss 1400
end