cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3041
Views
5
Helpful
7
Replies

How to configure an ip address to a l2 Fast Ethernet port

Hey does anyone know to configure an ip address to l2 fast Ethernet port on a cisco 887 router? Any help will be great ^__^

Also I'm new to using cisco routers so please make replies understandable for me. ^__^

1 Accepted Solution

Accepted Solutions

If i remember correctly its been Long i used this device.

 

you can configure the port directly with IP address as below 

 

interface FastEthernet1
 ip address x.x.x.x 255.255.255.0  <----x.x.x.x your IP address
 no ip route-cache 
 duplex auto 
 speed auto 

Or

 

you can create a VLAN and Associate the port to VLAN as below

 

interface vlan X  <- what ever vlan number
ip adress  x.x.x.x 255.255.255.0
!
interface fastethernet 1
switchport access vlan X

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

7 Replies 7

Also I'm new to using cisco routers so please make replies understandable for me. ^__^

If i remember correctly its been Long i used this device.

 

you can configure the port directly with IP address as below 

 

interface FastEthernet1
 ip address x.x.x.x 255.255.255.0  <----x.x.x.x your IP address
 no ip route-cache 
 duplex auto 
 speed auto 

Or

 

you can create a VLAN and Associate the port to VLAN as below

 

interface vlan X  <- what ever vlan number
ip adress  x.x.x.x 255.255.255.0
!
interface fastethernet 1
switchport access vlan X

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hey BB when you say my ip address what do you mean?

IP address can you be your LAN or WAN (provider side IP address)

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Hey BB how do i get my provider side IP?

I'm have a sky router is it my broadband ports IP Address I need?
Review Cisco Networking products for a $25 gift card