Hi, i have a problem witch config:
I have Win Server 2012 r2 where i have NIC teaming which 2 adapters (10.111.1.100 - to connect internet, and 10.111.10.1 - to DHCP form VLAN)
This is my running-config:
console#show running-config
!Current Configuration:
!System Description "PowerConnect 6248, 3.3.14.2, VxWorks 6.5"
!System Software Version 3.3.14.2
!Cut-through mode is configured as disabled
!
configure
vlan database
vlan 10
vlan routing 10 1
exit
stack
member 1 2
exit
ip address 10.111.1.25 255.255.255.0
ip default-gateway 10.111.1.1
interface vlan 10
routing
ip address 10.111.10.1 255.255.255.0
exit
username "admin" password 5f4dcc3b5aa765d61d8327deb882cf99 level 15 encrypted
!
interface ethernet 1/g2
switchport mode trunk
switchport trunk allowed vlan add 10
exit
!
interface ethernet 1/g3
switchport access vlan 10
exit
!
interface ethernet 1/g4
switchport access vlan 10
exit
exit
When i connet to 1/g3 i get random IP (naw is 192.254.125.45)
What i do wrong?