This blog was originally started to better help me understand the technologies in the CCIE R&S blueprint; after completing the R&S track I have decided to transition the blog into a technology blog.

CCIE #29033

This blog will continue to include questions, troubleshooting scenarios, and references to existing and new technologies but will grow to include a variety of different platforms and technologies. Currently I have created over 185 questions/answers in regards to the CCIE R&S track!! Note: answers are in the comment field or within "Read More" section.

You can also follow me on twitter @FE80CC1E


Wednesday, May 5, 2010

Question 73

Provide a bridging networks example?




IRB(config)#bridge irb
IRB(config)#bridge 1 protocol ieee

IRB(config)#interface FastEthernet0/0
IRB(config-if)#bridge-group 1

IRB(config)#interface FastEthernet0/1
IRB(config-if)#bridge-group 1

AAAA(config-if)#do sh run inter fas 0/0
Building configuration...

Current configuration : 96 bytes
!
interface FastEthernet0/0
 ip address 192.168.0.2 255.255.255.0
 duplex auto
 speed auto
end


BBBB(config-if)#do sh run inter fas 0/0
Building configuration...

Current configuration : 96 bytes
!
interface FastEthernet0/0
 ip address 192.168.0.1 255.255.255.0
 duplex auto
 speed auto
end

AAAA(config-if)#do ping 192.168.0.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 208/216/220 ms
AAAA(config-if)#


IRB(config)#do sh bridge 1

Total of 300 station blocks, 298 free
Codes: P - permanent, S - self

Bridge Group 1:

    Address       Action   Interface       Age   RX count   TX count
cc05.1594.0000   forward   FastEthernet0/0   0         51         19
cc04.1594.0000   forward   FastEthernet0/1   0         56         20

0 comments:

Post a Comment