cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1352
Views
6
Helpful
2
Replies

IE2000 - How to set the GigabitEthernet IP

MK1603
Level 1
Level 1

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

 

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

 

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

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

 

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

Thank You, this worked!

 

Moritz