Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- R5#sh run
- Building configuration...
- Current configuration : 3057 bytes
- !
- version 12.4
- service timestamps debug datetime msec
- service timestamps log datetime msec
- no service password-encryption
- !
- hostname R5
- !
- boot-start-marker
- boot-end-marker
- !
- logging buffered 4096
- !
- aaa new-model
- !
- !
- aaa authentication login default none
- aaa authentication enable default none
- !
- !
- aaa session-id common
- memory-size iomem 5
- no ip icmp rate-limit unreachable
- ip cef
- !
- !
- !
- !
- ip vrf vrf1
- rd 65000:1
- !
- no ip domain lookup
- ip host R1 1.1.1.1
- ip host R2 2.2.2.2
- ip host R3 3.3.3.3
- ip host R4 4.4.4.4
- ip host R5 5.5.5.5
- ip host R6 6.6.6.6
- ip multicast-routing
- ipv6 unicast-routing
- !
- multilink bundle-name authenticated
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- archive
- log config
- hidekeys
- !
- !
- !
- !
- ip tcp synwait-time 5
- !
- !
- !
- !
- interface Loopback0
- ip address 5.5.5.5 255.255.255.255
- ip pim sparse-dense-mode
- ip ospf network point-to-point
- ipv6 address 2002:DB8:FFFF::5/128
- ipv6 ospf 1 area 0
- !
- interface Loopback1
- ip vrf forwarding vrf1
- ip address 192.168.12.1 255.255.255.0
- !
- interface FastEthernet0/0
- no ip address
- ip pim sparse-dense-mode
- ip ospf network point-to-point
- speed 100
- full-duplex
- ipv6 address autoconfig
- !
- interface FastEthernet0/1
- ip address 100.64.0.10 255.255.255.252
- ip pim sparse-dense-mode
- ip ospf network point-to-point
- speed 100
- full-duplex
- ipv6 address autoconfig
- ipv6 ospf network point-to-point
- ipv6 ospf 1 area 0
- mpls ip
- !
- interface FastEthernet1/0
- ip address 100.64.0.22 255.255.255.252
- ip pim sparse-dense-mode
- ip ospf network point-to-point
- speed 100
- full-duplex
- ipv6 address autoconfig
- ipv6 ospf network point-to-point
- ipv6 ospf 1 area 0
- mpls ip
- !
- interface FastEthernet2/0
- no ip address
- ip pim sparse-dense-mode
- ip igmp join-group 239.1.1.1
- ip ospf network point-to-point
- speed 100
- full-duplex
- !
- router ospf 1
- router-id 5.5.5.5
- log-adjacency-changes
- network 0.0.0.0 255.255.255.255 area 0
- !
- router bgp 65000
- no synchronization
- bgp router-id 5.5.5.5
- bgp log-neighbor-changes
- network 5.5.5.5 mask 255.255.255.255
- neighbor lab peer-group
- neighbor lab remote-as 65000
- neighbor lab ebgp-multihop 255
- neighbor lab update-source Loopback0
- neighbor 4.4.4.4 remote-as 65000
- neighbor 4.4.4.4 ebgp-multihop 255
- neighbor 4.4.4.4 update-source Loopback0
- neighbor 2002:DB8::4 peer-group lab
- no auto-summary
- !
- address-family vpnv4
- neighbor 4.4.4.4 activate
- neighbor 4.4.4.4 send-community extended
- exit-address-family
- !
- address-family ipv6
- neighbor 2002:DB8::4 activate
- exit-address-family
- !
- address-family ipv4 vrf vrf1
- no synchronization
- exit-address-family
- !
- ip forward-protocol nd
- !
- !
- ip http server
- no ip http secure-server
- !
- no cdp log mismatch duplex
- ipv6 router ospf 1
- router-id 5.5.5.5
- log-adjacency-changes
- auto-cost reference-bandwidth 4294967
- !
- !
- !
- !
- !
- mpls ldp router-id Loopback0 force
- !
- !
- control-plane
- !
- !
- !
- !
- !
- !
- !
- !
- !
- !
- line con 0
- exec-timeout 0 0
- privilege level 15
- logging synchronous
- line aux 0
- exec-timeout 0 0
- privilege level 15
- logging synchronous
- line vty 0 4
- privilege level 15
- line vty 5 15
- privilege level 15
- !
- !
- end
- R5#
- R5#
Add Comment
Please, Sign In to add comment