Please help to verify these scenarios
 
 =======Scenario 1==============
-----------R1---------------------
 
int f0/0
 ip address 10.10.10.1 255.255.255.0
int f0/1
 ip address 10.10.20.1 255.255.255.0
 
router ospf 1
no auto
network 10.10.10.0 0.0.0.255
-----------------------------------
"network" is controlling which interface to join ospf.  Which mean int f0/1 
wills not send or receive any ospf?
 
=======Scenario 2 ===============
 
-----------R1---------------------
 
int f0/0
 ip address 10.10.10.1 255.255.255.0
int f0/1
 ip address 10.10.20.1 255.255.255.0
 
router ospf 1
no auto
network 10.10.0.0 0.0.255.255
passive int f0/1
 
-----------------------------------
"network" will allow 10.10/16 to join ospf, however "passive int f0/1" wills 
stop the int f0/1 to send ospf.
 
======== Scenario 3 ============
 
-----------R1---------------------
 
int f0/0
 ip address 10.10.10.1 255.255.255.0
int f0/1
 ip address 10.10.20.1 255.255.255.0
 access-group 1 out
 
access-list 1 deny ip 224.0.0.5 any
access-list 1 deny ip 224.0.0.6 any
access-list 1 deny ip any 224.0.0.5
access-list 1 deny ip any 224.0.0.6
access-list 1 permit ip any 
 
router ospf 1
no auto
network 10.10.0.0 0.0.255.255
 
-----------------------------------
"network" will allow 10.10/16 to join ospf, however "access-list 1" wills stop 
the int f0/1 to send or receive ospf.
 
======== Scenario 4 =============
 
-----------R1---------------------
 
int f0/0
 ip address 10.10.10.1 255.255.255.0
int f0/1
 ip address 10.10.20.1 255.255.255.0
 access-group 1 out
 
access-list 1 deny ospf any any
access-list 1 permit ip any 
 
router ospf 1
no auto
network 10.10.10.0 0.0.255.255
 
-----------------------------------
"network" will allow 10.10/16 to join ospf, however "access-list 1" deny ospf 
protocol.
 

_________________________________________________________________
HotmailĀ® is up to 70% faster. Now good news travels really fast. 
http://windowslive.com/online/hotmail?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_faster:082009
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to