Hi Gurus, I need to establish a port-channel between a nexus and router. On the router side, I want to hardcode an IP address in port-channel, but I want to use vlan in the port-channel on the nexus side. I will config int vlan on nexus wi...
Hi Gurus, I've encountered an issue that might relate to Cisco. The issue is I cannot access FW A internal interface from FW B, but it's ok from the Cisco switch and any computer connects to the switch. I've asked support from Firew...
i have a 3850 that directly connect to a firewall. i configured a default static route to the next hop ip which i configured on the firewall interface. I have ip routing enable. i configured "swichport mode trunk" on the cisco interface. I have multi...
Hi there, I'm trying to configure a router with routing protocol EIGRP. I have this show up when type sh ip route: Gateway of last resort is not set. So I started to config: ip route 0.0.0.0 0.0.0.0 xxxx (next hop IP address). then s...
Hi there, We have many SNMP strings over the years, but I didn't know any history of them. Is there anyway I can check which snmp being used or not? maybe in the logs? Then I can clean up the config. We are using catalyst and nexus switches....
if i understand correctly, i have trunk port on router side, even no command "encapsulation dot1Q 6"?Current setup is router has one single link to one nexus, another single link to another nexus. two nexus connects via vpci want to bundle two links ...
Thank you Balaji.Good question for the vlan, ive been thinking about it as well.Currently, we already have connection between the nexus and router, it only has access switchport on nexus side. on router side, it's config as belowinterface GigabitEthe...
Thank you MHM.i have one site has hardcode IP on nexus side, and int vlan on router side. it was working without port-channel. kind of similar with what you setup, but reverse
so on nexus i could do something like:interface Vlan6no shutdownip address 10.101.6.138/29interface port-channel6switchport access vlan6interface Ethernet2/5switchport access vlan6channel-group 6 mode activeinterface Ethernet2/6switchport access vlan...