1
2
3
4
5
6
7
8
9
10
11
12
|
interface gigabitEthernet 0/0/0
ip address 10.1.0.1 255.255.0.0
no shutdown
interface serial 0/0/0
ip address 10.2.0.1 255.255.0.0
bandwidth 128
no shutdown
router ospf 10
router-id 1.1.1.1
passive-interface gigabitEthernet 0/0/0
network 10.1.0.0 0.0.255.255 area 0
network 10.2.0.0 0.0.255.255 area 0
|