Advertisement
Guest User

Cisco config bridged

a guest
Jun 29th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.81 KB | None | 0 0
  1. RO01#conf t
  2. Enter configuration commands, one per line. End with CNTL/Z.
  3. RO01(config)#no ip routing
  4. RO01(config)#bridge 1 protocol ieee
  5. RO01(config)#default interface Fas0
  6. Interface FastEthernet0 set to default configuration
  7. RO01(config)#interface Fas0
  8. RO01(config-if)#Description Interface to Firewall
  9. RO01(config-if)#no switchport
  10. % Incomplete command.
  11.  
  12. RO01(config-if)#no switchport ?
  13. access Set access mode characteristics of the interface
  14. mode Set trunking mode of the interface
  15. priority Set 802.1p priorities
  16. protected Configure an interface to be a protected port
  17. trunk Set trunking characteristics of the interface
  18. voice Voice appliance attributes
  19.  
  20. RO01(config-if)#no switchport mode ?
  21. <cr>
  22.  
  23. RO01(config-if)#no switchport mode
  24.  
  25. RO01(config-if)#no ip ipaddress
  26. ^
  27. % Invalid input detected at '^' marker.
  28.  
  29. RO01(config-if)#no ip ?
  30. Interface IP configuration subcommands:
  31. address Set the IP address of an interface
  32. ddns Configure dynamic DNS
  33. dhcp Configure DHCP parameters for this interface
  34.  
  35. RO01(config-if)#no ip address
  36.  
  37. RO01(config-if)#no route-cache
  38. ^
  39. % Invalid input detected at '^' marker.
  40.  
  41. RO01(config-if)#no ?
  42. aaa Authentication, Authorization and Accounting.
  43. arp Set arp type (arpa, probe, snap) or timeout or log
  44. options
  45. backup Modify backup parameters
  46. bandwidth Set bandwidth informational parameter
  47. bfd BFD interface configuration commands
  48. bgp-policy Apply policy propagated by bgp community string
  49. bridge-group Transparent bridging interface parameters
  50. carrier-delay Specify delay for interface transitions
  51. cdp CDP interface subcommands
  52. cmns OSI CMNS
  53. crypto Encryption/Decryption commands
  54. dampening Enable event dampening
  55. delay Specify interface throughput delay
  56. description Interface specific description
  57. dot1q dot1q interface configuration commands
  58. dot1x Interface Config Commands for IEEE 802.1X
  59. duplex Configure duplex operation.
  60. eou EAPoUDP Interface Configuration Commands
  61. ethernet Ethernet interface parameters
  62. flow-sampler Attach flow sampler to the interface
  63. history Interface history histograms - 60 second, 60 minute
  64. and 72 hour
  65. hold-queue Set hold queue depth
  66. ip Interface Internet Protocol config commands
  67. iphc-profile Configure IPHC profile
  68. keepalive Enable keepalive
  69. llc2 LLC2 Interface Subcommands
  70. load-interval Specify interval for load calculation for an
  71. interface
  72. logging Configure logging for interface
  73. mac-address Manually set interface MAC address
  74. macro Command macro
  75. max-reserved-bandwidth Maximum Reservable Bandwidth on an Interface
  76. mtu Set the interface Maximum Transmission Unit (MTU)
  77. netbios Use a defined NETBIOS access list or enable
  78. name-caching
  79. ntp Configure NTP
  80. pppoe pppoe interface subcommands
  81. pppoe-client pppoe client
  82. rmon Configure Remote Monitoring on an interface
  83. routing Per-interface routing configuration
  84. service-policy Configure QoS Service Policy
  85. shutdown Shutdown the selected interface
  86. snapshot Configure snapshot support on the interface
  87. snmp Modify SNMP interface parameters
  88. source Get config from another source
  89. spanning-tree Spanning Tree Subsystem
  90. speed Configure speed operation.
  91. storm-control storm configuration
  92. switchport Set switching mode characteristics
  93. timeout Define timeout values for this interface
  94. topology Configure routing topology on the interface
  95. transmit-interface Assign a transmit interface to a receive-only
  96. interface
  97. tx-ring-limit Configure PA level transmit ring limit
  98. waas WAN Optimization
  99. xconnect Xconnect commands
  100. zone-member Apply zone name
  101.  
  102. RO01(config-if)#interface fas0/0.10
  103. ^
  104. % Invalid input detected at '^' marker.
  105.  
  106. RO01(config)#interface fas0?
  107. . : <0-3>
  108.  
  109. RO01(config)#interface fas0/
  110. ^
  111. % Invalid input detected at '^' marker.
  112.  
  113. RO01(config)#interface fas0.10
  114. ^
  115. % Invalid input detected at '^' marker.
  116.  
  117. RO01(config)#interface ?
  118. ATM ATM interface
  119. Async Async interface
  120. Auto-Template Auto-Template interface
  121. BVI Bridge-Group Virtual Interface
  122. CDMA-Ix CDMA Ix interface
  123. CTunnel CTunnel interface
  124. Dialer Dialer interface
  125. Ethernet IEEE 802.3
  126. FastEthernet FastEthernet IEEE 802.3
  127. Group-Async Async Group interface
  128. Lex Lex interface
  129. LongReachEthernet Long-Reach Ethernet interface
  130. Loopback Loopback interface
  131. Multilink Multilink-group interface
  132. Null Null interface
  133. Tunnel Tunnel interface
  134. Vif PGM Multicast Host interface
  135. Virtual-PPP Virtual PPP interface
  136. Virtual-Template Virtual Template interface
  137. Virtual-TokenRing Virtual TokenRing
  138. Vlan Vlan IEEE 802.1q
  139. range interface range command
  140. vmi Virtual Multipoint Interface
  141.  
  142.  
  143. RO01(config)#interface fas0 /0.10
  144. ^
  145. % Invalid input detected at '^' marker.
  146.  
  147. RO01(config)#interface fas0 0.10
  148. ^
  149. % Invalid input detected at '^' marker.
  150.  
  151. RO01(config)#interface fas 0/0.10
  152. ^
  153. % Invalid input detected at '^' marker.
  154.  
  155. RO01(config)#interface fa0 0/0.10
  156. ^
  157. % Invalid input detected at '^' marker.
  158.  
  159. RO01(config)#interface fa0
  160. RO01(config-if)#show
  161. ^
  162. % Invalid input detected at '^' marker.
  163.  
  164. RO01(config-if)#show int fas0
  165. ^
  166. % Invalid input detected at '^' marker.
  167.  
  168. RO01(config-if)#^Z
  169. %SYS-5-CONFIG_I: Configured from console by console
  170. RO01#sh fas0
  171. ^
  172. % Invalid input detected at '^' marker.
  173.  
  174. RO01#sh int fas0
  175. FastEthernet0 is up, line protocol is down
  176. Hardware is Fast Ethernet, address is MAC### (bia MAC###)
  177. Description: Interface to Firewall
  178. MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec,
  179. reliability 255/255, txload 1/255, rxload 1/255
  180. Encapsulation ARPA, loopback not set
  181.  
  182. RO01#sh int fas0 brief
  183. ^
  184. % Invalid input detected at '^' marker.
  185.  
  186.  
  187. RO01#conf t
  188. Enter configuration commands, one per line. End with CNTL/Z.
  189. RO01(config)#interface Ethernet0.10
  190. RO01(config-subif)#encapsulation dot1q 10
  191. RO01(config-subif)#no ip address
  192. RO01(config-subif)#no ip route-cache
  193. RO01(config-subif)#>>bridge-group 1
  194. ^
  195. % Invalid input detected at '^' marker.
  196.  
  197. RO01(config-subif)#bridge-group 1
  198. RO01(config-subif)#interface Vlan1
  199. RO01(config-if)#no ip address
  200. RO01(config-if)#ip virtual-reassembly in
  201. RO01(config-if)#no ip route-cache
  202. RO01(config-if)#bridge-group 1
  203. RO01(config-if)#^Z
  204. RO01#
  205. %SYS-5-CONFIG_I: Configured from console by console
  206. RO01#
  207. RO01#show running-config
  208.  
  209. see above
  210.  
  211. RO01#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement