02-04-2015 03:18 AM - edited 03-05-2019 12:42 AM
Hi
How can I use LAN port as redundant WAN port in C881-K9 router?
Please Help
Solved! Go to Solution.
02-04-2015 11:49 AM
Hi,
cisco 881-k9 comes with 1 wan port fast ethernet 4 and 4 integrated switch ports fast ethernet port from 0 to 3.
you cannot directly use switch ports as layer 3 ports and assign IP address.
but you can use switch port as layer 3 port by creating a vlan and assign the port to the vlan.
interface vlan 10
desc " Etherswitch wan interface"
ip address <<ip address>> <<subnet mask>>
interface FastEthernet1
switchport access vlan 10
no ip address
for more information please go through
http://www.cisco.com/c/en/us/products/collateral/routers/1800-series-integrated-services-routers-isr/prod_white_paper0900aecd8064c9f4.html
02-04-2015 11:49 AM
Hi,
cisco 881-k9 comes with 1 wan port fast ethernet 4 and 4 integrated switch ports fast ethernet port from 0 to 3.
you cannot directly use switch ports as layer 3 ports and assign IP address.
but you can use switch port as layer 3 port by creating a vlan and assign the port to the vlan.
interface vlan 10
desc " Etherswitch wan interface"
ip address <<ip address>> <<subnet mask>>
interface FastEthernet1
switchport access vlan 10
no ip address
for more information please go through
http://www.cisco.com/c/en/us/products/collateral/routers/1800-series-integrated-services-routers-isr/prod_white_paper0900aecd8064c9f4.html
02-04-2015 09:10 PM
Thank you Asif
07-15-2017 11:38 PM
hi asif
C881 have fastethernet or Gig ports.
I am looking for a router which support PPPOE and with GIg interfaces.
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