SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Configuring a frame-relay switch
We're going to look at how we can configure a nice little frame-relay cloud for ourselves. I
just got my 2522 Cisco router a while back and I bought this specifically to convert it into
my frame relay cloud. This router is pretty handy; it has 10 serial ports, 1 AUI port (which
can be converted into an Ethernet port by using a 10BaseT MAU transceiver). Very cool!
Here's the topology that we'll be working with:
The 'cloud' is my 2522 router and that's where we'll be sitting on for the entirety of this
post. The connections are pretty straightfoward. I have a serial connection from the end
routers to the 2522 router. R1's S0/0/0 goes to Serial1 of the 2522 router, R6's S0/0 goes
to Serial6 and so on.
The first step is to enable frame relay switching.This is done by the global configuration
command 'frame-relay switching'.
The frame-relay switch must act as the DCE end of the link. We need to specify this with
the frame-relay intf-type dce interface command and then provide the clock rate as well
using the clock rate <clock rate> interface command.
Next is to specify how the DLCIs are connected to each other. This is done using
the frame-relay route route<inbound DLCI> interface <outbound interface>
1
<outbound DLCI>. This is telling the switch that the other end of 'X' DLCI is 'Y' DLCI. It
essentially binds the outgoing interface and the two DLCIs together into a virtual circuit.
Also, don't forget to set the encapsulation of the interface to frame-relay using
the encapsulation frame-relayinterface command. That should be the first step without
which you won't see any of the frame-relay commands under the interface:
FRSwitch(config)#interface Serial 1
FRSwitch(config-if)#frame-relay?
% Unrecognized command
So, at the end of the day, our four serial interfaces on the 2522 should look like this:
FRSwitch#show running-config interface serial 1
Building configuration...
Current configuration : 246 bytes
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 103 interface Serial3 301
frame-relay route 106 interface Serial6 601
frame-relay route 107 interface Serial7 701
end
FRSwitch#show running-config interface serial 6
Building configuration...
Current configuration : 156 bytes
!
interface Serial6
no ip address
encapsulation frame-relay
clockrate 56000
2
frame-relay intf-type dce
frame-relay route 601 interface Serial1 106
end
FRSwitch#show running-config interface serial 7
Building configuration...
Current configuration : 156 bytes
!
interface Serial7
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 701 interface Serial1 107
end
FRSwitch#show running-config interface serial 3
Building configuration...
Current configuration : 156 bytes
!
interface Serial3
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 301 interface Serial1 103
end
That's pretty much it. We have our 'cloud' set up. All we need to do now is to configure
the end routers and blow some things up Again, I know this is pretty basic but we'll be
using the above configuration to dive deeper into how frame-relay works along with some
3
general frame-relay troubleshooting in my next post (let's hope we don't have to wait till
E3 2013 for that )
It is referred from: https://supportforums.cisco.com/blog/152161/configuring-frame-relay-switch
More related:
How To Recover Cisco Router Password
The Difference of The Cisco Catalyst 2900 and Cisco Catalyst 1900
More Cisco products and Reviews you can visit: http://www.3anetwork.com/blog
3Anetwork.com is a world leading Cisco networking products wholesaler, we wholesale
original new Cisco networking equipments, including Cisco Catalyst switches, Cisco
routers, Cisco firewalls, Cisco wireless products, Cisco modules and interface cards
products at competitive price and ship to worldwide.
Our website: http://www.3anetwork.com
Telephone: +852-3069-7733
Email: info@3Anetwork.com
Address: 23/F Lucky Plaza, 315-321 Lockhart Road, Wanchai, Hongkong
4

Weitere ähnliche Inhalte

Mehr von 3Anetwork com

Cisco catalyst 3850 series switches datasheet
Cisco catalyst 3850 series switches datasheetCisco catalyst 3850 series switches datasheet
Cisco catalyst 3850 series switches datasheet
3Anetwork com
 
Eigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configurationEigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configuration
3Anetwork com
 

Mehr von 3Anetwork com (20)

How to recover the password for cisco 2900 integrated services router
How to recover the password for cisco 2900 integrated services routerHow to recover the password for cisco 2900 integrated services router
How to recover the password for cisco 2900 integrated services router
 
Cisco 4 and 8-port gigabit ethernet ehwi cs
Cisco 4  and 8-port gigabit ethernet ehwi csCisco 4  and 8-port gigabit ethernet ehwi cs
Cisco 4 and 8-port gigabit ethernet ehwi cs
 
Configuring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup programConfiguring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup program
 
Cisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configurationCisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configuration
 
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
 Configuring a Cisco Router as a PPPoE Client for DSL Connectivity Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
 
Cisco catalyst 3850 series switches datasheet
Cisco catalyst 3850 series switches datasheetCisco catalyst 3850 series switches datasheet
Cisco catalyst 3850 series switches datasheet
 
Cisco catalyst 2960 series switches overview
Cisco catalyst 2960 series switches overviewCisco catalyst 2960 series switches overview
Cisco catalyst 2960 series switches overview
 
Enterprise Network Manager: the Router-On-A-stick
Enterprise Network Manager: the Router-On-A-stickEnterprise Network Manager: the Router-On-A-stick
Enterprise Network Manager: the Router-On-A-stick
 
Cisco Catalyst 2960-X Datasheet
Cisco Catalyst 2960-X DatasheetCisco Catalyst 2960-X Datasheet
Cisco Catalyst 2960-X Datasheet
 
How to configure a catalyst 3750 x
How to configure a catalyst 3750 xHow to configure a catalyst 3750 x
How to configure a catalyst 3750 x
 
Hubs vs switches vs routers
Hubs vs switches vs routersHubs vs switches vs routers
Hubs vs switches vs routers
 
Installing and removing sfp and sfp+ transceiver modules
Installing and removing sfp and sfp+ transceiver modulesInstalling and removing sfp and sfp+ transceiver modules
Installing and removing sfp and sfp+ transceiver modules
 
Dmvpn with configuration example
Dmvpn with configuration exampleDmvpn with configuration example
Dmvpn with configuration example
 
Cisco unified access from vision to reality
Cisco unified access from vision to realityCisco unified access from vision to reality
Cisco unified access from vision to reality
 
Cisco Router Throughput
Cisco Router ThroughputCisco Router Throughput
Cisco Router Throughput
 
How to Connect Cisco Wireless Access Point?
How to Connect Cisco Wireless Access Point?How to Connect Cisco Wireless Access Point?
How to Connect Cisco Wireless Access Point?
 
Routing information protocol & rip configuration
Routing information protocol & rip configurationRouting information protocol & rip configuration
Routing information protocol & rip configuration
 
Eigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configurationEigrp on a cisco asa firewall configuration
Eigrp on a cisco asa firewall configuration
 
The naming rules of Cisco switches
The naming rules of Cisco switchesThe naming rules of Cisco switches
The naming rules of Cisco switches
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
 

Kürzlich hochgeladen

Kürzlich hochgeladen (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 

Configuring a Frame-relay Switch

  • 1. Configuring a frame-relay switch We're going to look at how we can configure a nice little frame-relay cloud for ourselves. I just got my 2522 Cisco router a while back and I bought this specifically to convert it into my frame relay cloud. This router is pretty handy; it has 10 serial ports, 1 AUI port (which can be converted into an Ethernet port by using a 10BaseT MAU transceiver). Very cool! Here's the topology that we'll be working with: The 'cloud' is my 2522 router and that's where we'll be sitting on for the entirety of this post. The connections are pretty straightfoward. I have a serial connection from the end routers to the 2522 router. R1's S0/0/0 goes to Serial1 of the 2522 router, R6's S0/0 goes to Serial6 and so on. The first step is to enable frame relay switching.This is done by the global configuration command 'frame-relay switching'. The frame-relay switch must act as the DCE end of the link. We need to specify this with the frame-relay intf-type dce interface command and then provide the clock rate as well using the clock rate <clock rate> interface command. Next is to specify how the DLCIs are connected to each other. This is done using the frame-relay route route<inbound DLCI> interface <outbound interface> 1
  • 2. <outbound DLCI>. This is telling the switch that the other end of 'X' DLCI is 'Y' DLCI. It essentially binds the outgoing interface and the two DLCIs together into a virtual circuit. Also, don't forget to set the encapsulation of the interface to frame-relay using the encapsulation frame-relayinterface command. That should be the first step without which you won't see any of the frame-relay commands under the interface: FRSwitch(config)#interface Serial 1 FRSwitch(config-if)#frame-relay? % Unrecognized command So, at the end of the day, our four serial interfaces on the 2522 should look like this: FRSwitch#show running-config interface serial 1 Building configuration... Current configuration : 246 bytes ! interface Serial1 no ip address encapsulation frame-relay clockrate 56000 frame-relay intf-type dce frame-relay route 103 interface Serial3 301 frame-relay route 106 interface Serial6 601 frame-relay route 107 interface Serial7 701 end FRSwitch#show running-config interface serial 6 Building configuration... Current configuration : 156 bytes ! interface Serial6 no ip address encapsulation frame-relay clockrate 56000 2
  • 3. frame-relay intf-type dce frame-relay route 601 interface Serial1 106 end FRSwitch#show running-config interface serial 7 Building configuration... Current configuration : 156 bytes ! interface Serial7 no ip address encapsulation frame-relay clockrate 56000 frame-relay intf-type dce frame-relay route 701 interface Serial1 107 end FRSwitch#show running-config interface serial 3 Building configuration... Current configuration : 156 bytes ! interface Serial3 no ip address encapsulation frame-relay clockrate 56000 frame-relay intf-type dce frame-relay route 301 interface Serial1 103 end That's pretty much it. We have our 'cloud' set up. All we need to do now is to configure the end routers and blow some things up Again, I know this is pretty basic but we'll be using the above configuration to dive deeper into how frame-relay works along with some 3
  • 4. general frame-relay troubleshooting in my next post (let's hope we don't have to wait till E3 2013 for that ) It is referred from: https://supportforums.cisco.com/blog/152161/configuring-frame-relay-switch More related: How To Recover Cisco Router Password The Difference of The Cisco Catalyst 2900 and Cisco Catalyst 1900 More Cisco products and Reviews you can visit: http://www.3anetwork.com/blog 3Anetwork.com is a world leading Cisco networking products wholesaler, we wholesale original new Cisco networking equipments, including Cisco Catalyst switches, Cisco routers, Cisco firewalls, Cisco wireless products, Cisco modules and interface cards products at competitive price and ship to worldwide. Our website: http://www.3anetwork.com Telephone: +852-3069-7733 Email: info@3Anetwork.com Address: 23/F Lucky Plaza, 315-321 Lockhart Road, Wanchai, Hongkong 4