Receiveing no update due to a persistent error

Hi team. Kindly assist in resolving the below issue. Please note that the connectivity os ok and I can ping outside.

One of the configured repositories failed (Unknown),
and yum doesn’t have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work “fix” this:

 1. Contact the upstream for the repository and get them to fix the problem.

 2. Reconfigure the baseurl/etc. for the repository, to point to a working
    upstream. This is most often useful if you are using a newer
    distribution release than is supported by the repository (and the
    packages for the previous distribution release still work).

 3. Run the command with the repository temporarily disabled
        yum --disablerepo=<repoid> ...

 4. Disable the repository permanently, so yum won't use it by default. Yum
    will then just ignore the repository until you permanently enable it
    again or use --enablerepo for temporary usage:

        yum-config-manager --disable <repoid>
    or
        subscription-manager repos --disable=<repoid>

 5. Configure the failing repository to be skipped, if it is unavailable.
    Note that yum will try to contact the repo. when it runs most commands,
    so will have to try and fail each time (and thus. yum will be be much
    slower). If it is a very temporary problem though, this is often a nice
    compromise:

        yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Which is your current network configuration?
Number of adapters, role/zone and (if private) ip v4 address configuration.

yum clean all --enablerepo=*

To remove all bad cache but yes what is the IP configuration

What is the output of
ping google.fr

PING google.fr (172.217.170.163) 56(84) bytes of data.
64 bytes from mba01s09-in-f3.1e100.net (172.217.170.163): icmp_seq=1 ttl=58 time=7.47 ms
64 bytes from mba01s09-in-f3.1e100.net (172.217.170.163): icmp_seq=2 ttl=58 time=7.10 ms
64 bytes from mba01s09-in-f3.1e100.net (172.217.170.163): icmp_seq=3 ttl=58 time=7.15 ms
64 bytes from mba01s09-in-f3.1e100.net (172.217.170.163): icmp_seq=4 ttl=58 time=7.22 ms
64 bytes from mba01s09-in-f3.1e100.net (172.217.170.163): icmp_seq=5 ttl=58 time=7.14 ms

Still no breakthrough after doing the yum clean all

I have one adapter em1 operational with the configs as shown below:

em1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.101.115 netmask 255.255.255.0 broadcast 192.168.101.255
inet6 fe80::ca1f:66ff:fecc:480d prefixlen 64 scopeid 0x20
ether c8:1f:66:cc:48:0d txqueuelen 1000 (Ethernet)
RX packets 393919 bytes 58549587 (55.8 MiB)
RX errors 0 dropped 86 overruns 0 frame 0
TX packets 7592 bytes 4580351 (4.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 16

check the yum configuration ?