I currently have a UCS-EN120S-M2 installed in Cisco 4331 ISR and when connecting the Front Panel GE2 port to our netork, it will not grab a dhcp address from the DHCP Server. Other devices on the the network are able to obtain address.
When It tries to obtain one, it will just say unidentified network. I believe at one point it looked like the port was showing up as a DHCP server itself with a 169.x.x.x address.
I have been trying to figure out why this is or where the configuration for it would be.
I have it in Subslot 1/0 on the 4331 router and this is what I have configured
ucse subslot 1/0
imc access-port shared-lom console
imc ip address 10.2.x.x 255.255.255.0 default-gateway 10.2.x.x
!
interface ucse1/0/0
ip unnumbered GigabitEthernet0/0/1
negotiation auto
switchport mode trunk
no mop enabled
no mop sysid
!
interface ucse1/0/1
ip unnumbered GigabitEthernet0/0/1
negotiation auto
switchport mode trunk
no mop enabled
no mop sysid
!
ip route 10.2.x.x 255.255.255.255 ucse1/0/0
ip route 10.2.x.x 255.255.255.255 ucse1/0/0
Everything else is working find with it for access, etc....
Does anyone know what woudl be causing this?