Switch# Switch#conf t Switch(config)# Switch(config)#int Gi1/0/32 Switch(config-if)#no vrf forwarding BLUE Switch(config-if)#ip add 10.10.10.1 255.255.255.0 Switch(config-if)#no shut Switch(config-if)# Switch(config-if)#int Gi1/0/44 Switch(config-if)#vrf forwarding BLUE Switch(config-if)#ip add 10.10.10.2 255.255.255.0 Switch(config-if)# Switch(config-if)#shut Switch(config-if)#no shut Switch(config-if)#end Switch# Switch#ping 10.10.10.2 source Gi1/0/32 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds: Packet sent with a source address of 10.10.10.1 Success rate is 80 percent (4/5), round-trip min/avg/max = 2/2/3 ms Switch#ping 10.10.10.2 source Gi1/0/32 Sending 10, 100-byte ICMP Echos to 10.10.10.2, timeout is 2 seconds: Packet sent with a source address of 10.10.10.1 !!!!!!!!!! Success rate is 100 percent (10/10), round-trip min/avg/max = 2/2/3 ms