Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CISCO 877W INTERFACE CONFIG HELP !

Status
Not open for further replies.

mrak48

IS-IT--Management
Joined
May 2, 2006
Messages
3
Location
GB
Hi people's

Right I have a cisco 877w router witch we got with no configuration on it , so I have been using the cmd line to configure it . I get the following message when I try to configure the interface (IP addresses may not be configured on L2 links) I have read up on this and think I'm correct in saying that I need to configure the Vlan1 interface and then some how bridge the Vlan to one of the switch ports ie fastethernet0 . if anyone could give me some pointers or tell me where I am going wrong I would love you for ever and a day !

thanks in advance for any help

Dan
 
Try This!!!

interface Dot11Radio0
description Radio Interface
no ip address
no ip directed-broadcast
no ip route-cache cef
no ip route-cache
!
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Vlan1
no ip address
bridge-group 1
!
interface BVI1
description Wired&wireless Interface
ip address 192.X.X.X 255.255.255.0
ip nat inside
!
bridge 1 protocol ieee
bridge 1 route ip
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top