Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi i do have a very simple setup in
GNS3
with two VPCs and two IOUL2 switches.
One switch has the following configuration:
Spoilerinterface Ethernet0/0switchport access vlan 123switchport mode accessinterface Ethernet1/0no switchportip address 192.16...
I have set up this very basic lab with gns3 in which there's an ioul2 switch as edge device, an ioul2 switch as router and an ise vmthe running conf of the edge is attached. if i use the test aaa command the connection to ise seems to work, but when ...
hi together,how does one completely disable all ipv6 functionality of a switch? we do not use ipv6, we do not want to use ipv6 at the moment. the switches flood the network with neighbor solicitation messages for 10% of the total traffic. i really ne...
hi,i'm still looking for the ios xe equivalent for ctrl shift 6 on ios. how can i interrupt a domain lookup or something on ios xe?ctrl-shift-6 x or similar wouldn't work for methank you all in advance
hi, thanks for your answers.
@MHM Cisco World yes, and if i configure
static routing
instead of
nat
i get a reply.
@Flavio Miranda
the vpc have gateways
configured, as i said, routing works
nat
doesn't
there is some kind of workaroundyou can make an access listip access-list extended DHCP_ONLY
permit udp any any eq 67
permit udp any any eq 68
deny ip any any and configure the interface like thisip access-group DHCP_ONLY in
authentication openbetter...