10-18-2019 04:28 AM
Hello,
I configured VLAN 1 (internal Network) to FastEthernet 1/8 (IP: 130.100.100.200)
I also configured NAT (from external 100.100.100.10 to internal 130.100.100.200)
Now, I wanted to set the GigabitEthernet IP of the IE2000:
Switch(config-if)#interface gigabitethernet1/1 Switch(config-if)#ip address 100.100.100.10 255.255.255.192 ^ % Invalid input detected at '^' marker. Switch(config-if)#
Why is the IP setting not accepted for the gigabitethernet1/1?
How can I configure the external IP of the switch?
Moritz
Solved! Go to Solution.
10-18-2019 04:42 AM
switch(config-if)#interface gigabitethernet1/1
switch(config-if)# no switchport
switch(config-if)#ip address 100.100.100.10 255.255.255.192
Jon
10-18-2019 04:42 AM
switch(config-if)#interface gigabitethernet1/1
switch(config-if)# no switchport
switch(config-if)#ip address 100.100.100.10 255.255.255.192
Jon
10-18-2019 05:02 AM
Thank You, this worked!
Moritz
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide