Difference between revisions of "3-tier design/FRConfig"

From Teknologisk videncenter
Jump to: navigation, search
m
m
 
Line 8: Line 8:
 
  ip ospf priority 0
 
  ip ospf priority 0
 
  clock rate 2000000
 
  clock rate 2000000
 +
B1R1#<input>show frame-relay map</input>
 +
<notice>Serial0/1/0 (up): ip 10.255.0.3 dlci 201, static,
 +
 +
              CISCO, status defined, active</notice>
 +
Serial0/1/0 (up): ip 10.255.0.1 dlci 201, dynamic,
 +
              broadcast,
 +
              CISCO, status defined, active
 +
B1R1#<input>ping 10.255.0.3</input>
 +
 +
Type escape sequence to abort.
 +
Sending 5, 100-byte ICMP Echos to 10.255.0.3, timeout is 2 seconds:
 +
<notice>!!!!!</notice>
 +
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/27/84 ms
 +
 +
B1R1#
 
</source>
 
</source>
 
{{Source cli}}
 
{{Source cli}}

Latest revision as of 13:17, 12 November 2014

B1R1#<input>show run</input>
interface Serial0/1/0
 bandwidth 1000000
 ip address 10.255.0.2 255.255.255.0
 encapsulation frame-relay
 <notice>frame-relay map ip 10.255.0.3 201</notice>
 ip ospf priority 0
 clock rate 2000000
B1R1#<input>show frame-relay map</input>
<notice>Serial0/1/0 (up): ip 10.255.0.3 dlci 201, static, 

              CISCO, status defined, active</notice>
Serial0/1/0 (up): ip 10.255.0.1 dlci 201, dynamic, 
              broadcast, 
              CISCO, status defined, active
B1R1#<input>ping 10.255.0.3</input>

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.255.0.3, timeout is 2 seconds:
<notice>!!!!!</notice>
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/27/84 ms

B1R1#